From: Karsten Ballüder Date: Mon, 3 Aug 1998 13:59:41 +0000 (+0000) Subject: fixed GetGlobalFilename() X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b925352b3a2e0fb2cb1a245b7c7a0de1b0b97a89 fixed GetGlobalFilename() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/fileconf.cpp b/src/common/fileconf.cpp index 79da853920..46139022fd 100644 --- a/src/common/fileconf.cpp +++ b/src/common/fileconf.cpp @@ -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