]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utils.cpp
don't treat Enter always as Tab, just for the text controls
[wxWidgets.git] / src / msw / utils.cpp
index bfed9170c13f1579b2a92a54892cc6a9147ea008..707c1d4664cb6da77bd7367b5814f1e6888ce172 100644 (file)
@@ -858,7 +858,7 @@ bool wxShell(const wxString& command)
 {
     wxChar *shell = wxGetenv(wxT("COMSPEC"));
     if ( !shell )
-        shell = wxT("\\COMMAND.COM");
+        shell = (wxChar*) wxT("\\COMMAND.COM");
 
     wxString cmd;
     if ( !command )