]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed GetGlobalFilename()
authorKarsten Ballüder <ballueder@usa.net>
Mon, 3 Aug 1998 13:59:41 +0000 (13:59 +0000)
committerKarsten Ballüder <ballueder@usa.net>
Mon, 3 Aug 1998 13:59:41 +0000 (13:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/fileconf.cpp

index 79da85392077f688f9ccdb3c4b4136a191b01ee7..46139022fd5012ee2946fd54a3115ca3474c3029 100644 (file)
@@ -124,7 +124,7 @@ wxString wxFileConfig::GetLocalDir()
         strDir << szHome;
     #else   // Win16
       // Win16 has no idea about home, so use the current directory instead
-      strDir = ".\\";
+      strDir = ".\\"; 
     #endif  // WIN16/32
   #endif  // UNIX/Win