From 3ec65b98fd11e1bd4379de75498d1770fd0ab397 Mon Sep 17 00:00:00 2001 From: davila <> Date: Wed, 23 Feb 2011 06:46:40 +0000 Subject: [PATCH] *** empty log message *** --- .../bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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() ); -- 2.45.0