fixed GetGlobalFilename()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder 1998-08-03 13:59:41 +00:00
parent fe3229dfa4
commit b925352b3a

View 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