]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utils.cpp
don't let WM_RBUTTONDOWN reach def window proc as it would enter a local modal messag...
[wxWidgets.git] / src / msw / utils.cpp
index c8a199dc4594f8edbbe699fb7ed9de3b60e01b6c..ef6d79c1508343d32bf9cb1d1942ccb4b8123715 100644 (file)
@@ -390,7 +390,7 @@ const wxChar* wxGetHomeDir(wxString *pstr)
         strDir = windowsPath;
     #endif
 #elif defined(__WXWINCE__)
-      // Nothing
+    strDir = wxT("\\");
 #else
     strDir.clear();