1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-21 12:49:10 +00:00

Add missing “Uru Live” in log file path.

This commit is contained in:
Christian Walther
2011-11-20 19:29:00 +01:00
parent ea4ba5028a
commit f49b04e7f0

View File

@ -94,6 +94,7 @@ plStatusLogMgr::plStatusLogMgr()
#if HS_BUILD_FOR_WIN32
SHGetSpecialFolderPathW(NULL, fBasePath, CSIDL_LOCAL_APPDATA, TRUE);
plFileUtils::ConcatFileName(fBasePath, L"Uru Live");
//#elif HS_BUILD_FOR_DARWIN
// Do some Mac specific thing here eventually
#else