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

src/common/fileconf.cpp

index a261372eaa6584c00f0c9e7d396282ba24ec6fbb..79da85392077f688f9ccdb3c4b4136a191b01ee7 100644 (file)
@@ -133,7 +133,7 @@ wxString wxFileConfig::GetLocalDir()
 
 wxString wxFileConfig::GetGlobalFileName(const char *szFile)
 {
-  wxString str = GetLocalDir();
+  wxString str = GetGlobalDir();
   str << szFile;
 
   if ( strchr(szFile, '.') == NULL )