]> Creatis software - bbtk.git/blobdiff - packages/toolsbbtk/bbs/appli/GUICreatePackage.bbs
GUICreateBlackBox.bbs fixed + Names harmonized with GUICreatePackage
[bbtk.git] / packages / toolsbbtk / bbs / appli / GUICreatePackage.bbs
index 896fe064f2e56a209b04724d9ec4da436b06611b..8e006e9ebde0f7e48e4c5368f253cbdd803a1884 100644 (file)
@@ -18,7 +18,7 @@ new OutputText windowTitle
 
 new InputText name
     set name.Title "Name         (1 word)"
-    set name.In "NEW_PACKAGE"
+    set name.In "PACKAGE_NAME"
 
 new InputText author
     set author.Title "Author(s)           "
@@ -107,7 +107,7 @@ new ConcatStrings concatStrCommand
 
 new ConcatStrings concatStr
     connect dquote.Out                 concatStr.In1
-    connect  concatStrCommand.Out      concatStr.In2
+    connect concatStrCommand.Out       concatStr.In2
     connect dirStr.Out                 concatStr.In3
     connect nameStr.Out                        concatStr.In4 
     connect authorStr.Out              concatStr.In5