]> Creatis software - bbtkGEditor.git/commitdiff
*** empty log message ***
authordavila <>
Wed, 23 Feb 2011 06:46:40 +0000 (06:46 +0000)
committerdavila <>
Wed, 23 Feb 2011 06:46:40 +0000 (06:46 +0000)
lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx

index 7addacf59c6dcee36929bfb443724a19933733fe..f010e33f610c2b40396c552138ed0d452609be8c 100644 (file)
@@ -385,10 +385,12 @@ namespace bbtk
                command += separator + "bbi\" ";
                command += "\""+filename + "\"";
                #ifdef WIN32
-                       command += "\"";
+       //              command += "\"";
                #endif
 
-               command += " & ";
+        #ifndef WIN32
+            command += " & ";
+               #endif
 
                printf ("RaC wxGUIEditorGraphicBBS::executeScript %s \n" , command.c_str() );
                system( command.c_str() );