X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Ftoolsbbtk%2Fbbs%2Fappli%2FGUICreateBlackBox.bbs;fp=packages%2Ftoolsbbtk%2Fbbs%2Fappli%2FGUICreateBlackBox.bbs;h=c07f0b173ac450d9e2dcf86b29d9effcc2b13f71;hb=daa4b4dd18d9320341aed677d97e78f890fa88a3;hp=43ac0e4f6081aa94025cd6ca589073ae15c0629d;hpb=6cc34d72c1cc17325fe0d0038a62afe1bf5e6b6e;p=bbtk.git diff --git a/packages/toolsbbtk/bbs/appli/GUICreateBlackBox.bbs b/packages/toolsbbtk/bbs/appli/GUICreateBlackBox.bbs index 43ac0e4..c07f0b1 100644 --- a/packages/toolsbbtk/bbs/appli/GUICreateBlackBox.bbs +++ b/packages/toolsbbtk/bbs/appli/GUICreateBlackBox.bbs @@ -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