X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FbbtkwxGUIEditorGraphicBBS.cxx;h=f010e33f610c2b40396c552138ed0d452609be8c;hb=3ec65b98fd11e1bd4379de75498d1770fd0ab397;hp=7addacf59c6dcee36929bfb443724a19933733fe;hpb=dbd1c9afcafc2880fdfb16f4ad850379d8ca9004;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx index 7addacf..f010e33 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx @@ -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() );