added slash to path
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -112,7 +112,8 @@ wxString wxFileConfig::GetLocalDir()
|
|||||||
strDir = ".";
|
strDir = ".";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
strDir = szHome;
|
strDir = szHome;
|
||||||
|
strDir << '/'; // a double slash is no problem, a missin one yes
|
||||||
#else // Windows
|
#else // Windows
|
||||||
#ifdef __WIN32__
|
#ifdef __WIN32__
|
||||||
const char *szHome = getenv("HOMEDRIVE");
|
const char *szHome = getenv("HOMEDRIVE");
|
||||||
|
Reference in New Issue
Block a user