]> Creatis software - bbtk.git/blobdiff - packages/toolsbbtk/bbs/appli/GUICreateBlackBox.bbs
Some cleaning
[bbtk.git] / packages / toolsbbtk / bbs / appli / GUICreateBlackBox.bbs
index 43ac0e4f6081aa94025cd6ca589073ae15c0629d..c07f0b173ac450d9e2dcf86b29d9effcc2b13f71 100644 (file)
@@ -25,7 +25,7 @@ new InputText author
     set author.In "_author_"
 
 new InputText description
-    set description.Title "Description            (caracters   '<',  '>' not accepted...)"
+    set description.Title "Description    (caracters   '<',  '>' not accepted...)"
     set description.In "_description_"
 
 #---------------------------------------------------------------------
@@ -136,24 +136,24 @@ new ConcatStrings descriptionStr
 new Configuration conf
 
 new ConcatStrings commandStr
-    set                                                commandStr.In1 " "
-    connect ascii.Out                  commandStr.In2
-    connect conf.BinPath               commandStr.In3
+    set                                commandStr.In1 " "
+    connect ascii.Out          commandStr.In2
+    connect conf.BinPath       commandStr.In3
     connect conf.FileSeparator commandStr.In4
-    set                                                commandStr.In5 "bbCreateBlackBox"
-    connect ascii.Out                  commandStr.In6
-    set                                                commandStr.In7 " "
+    set                                commandStr.In5 "bbCreateBlackBox"
+    connect ascii.Out          commandStr.In6
+    set                                commandStr.In7 " "
 
 
 new ConcatStrings concatStr
-    connect  commandStr.Out            concatStr.In1 
+    connect  commandStr.Out                    concatStr.In1 
     connect dirStr.Out                         concatStr.In2 
     connect packageNameStr.Out concatStr.In3 
     connect blackboxNameStr.Out        concatStr.In4
     connect typeStr.Out                                concatStr.In5
     connect formatStr.Out                      concatStr.In6
     connect authorStr.Out                      concatStr.In7
-    connect descriptionStr.Out         concatStr.In8
+    connect descriptionStr.Out                 concatStr.In8
 
 /*
 LG : bug on linux