Look for translations in cwd/translations instead of cwd/po in windows.

This commit is contained in:
Sergey Popov 2008-05-24 15:35:26 +00:00
parent 96f60a34fa
commit 67d6899ec4

View File

@ -255,7 +255,7 @@ std::string get_cache_dir()
std::string get_intl_dir()
{
#ifdef _WIN32
return get_cwd() + "/po";
return get_cwd() + "/translations";
#endif
#ifdef USE_INTERNAL_DATA