]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utils.cpp
added some utils (tex2rtf, helpgen, makegen) to make system
[wxWidgets.git] / src / msw / utils.cpp
index d9996a0453d636a76e7a6ef6db905a99dd2bc275..2f56096849254426b5f86bb95ab68d011472e4d9 100644 (file)
@@ -454,7 +454,7 @@ bool wxShell(const wxString& command)
         cmd.Printf(wxT("%s /c %s"), shell, command.c_str());
     }
 
-    return wxExecute(cmd, FALSE) != 0;
+    return wxExecute(cmd, TRUE /* sync */) != 0;
 }
 
 // ----------------------------------------------------------------------------