]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/stdpaths.cpp
1. derive wxGTK wxRadioBox from wxRadioBoxBase now, as in all other ports
[wxWidgets.git] / src / msw / stdpaths.cpp
index 02b714d8f4cdc39a2bdd2df8809d7a277618e188..d0f397e00a5f6885cdb78575867e1bf2f90d4555 100644 (file)
@@ -283,7 +283,7 @@ wxString wxStandardPathsWin16::GetConfigDir() const
     }
 #else
     // TODO: use CSIDL_WINDOWS (eVC4, possibly not eVC3)
-    return wxT("\\Windows");
+    dir = wxT("\\Windows");
 #endif
 
     return dir;