fixed GetGlobalFilename()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -124,7 +124,7 @@ wxString wxFileConfig::GetLocalDir()
|
|||||||
strDir << szHome;
|
strDir << szHome;
|
||||||
#else // Win16
|
#else // Win16
|
||||||
// Win16 has no idea about home, so use the current directory instead
|
// Win16 has no idea about home, so use the current directory instead
|
||||||
strDir = ".\\";
|
strDir = ".\\";
|
||||||
#endif // WIN16/32
|
#endif // WIN16/32
|
||||||
#endif // UNIX/Win
|
#endif // UNIX/Win
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user