From b925352b3a2e0fb2cb1a245b7c7a0de1b0b97a89 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karsten=20Ball=C3=BCder?= Date: Mon, 3 Aug 1998 13:59:41 +0000 Subject: [PATCH] fixed GetGlobalFilename() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/fileconf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0