]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx
This commit was manufactured by cvs2svn to create tag
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / bbtkwxGUIEditorGraphicBBS.cxx
index f010e33f610c2b40396c552138ed0d452609be8c..7addacf59c6dcee36929bfb443724a19933733fe 100644 (file)
@@ -385,12 +385,10 @@ namespace bbtk
                command += separator + "bbi\" ";
                command += "\""+filename + "\"";
                #ifdef WIN32
-       //              command += "\"";
+                       command += "\"";
                #endif
 
-        #ifndef WIN32
-            command += " & ";
-               #endif
+               command += " & ";
 
                printf ("RaC wxGUIEditorGraphicBBS::executeScript %s \n" , command.c_str() );
                system( command.c_str() );