Author: loonycyborg
Date: Sat May 24 17:35:26 2008
New Revision: 26830
URL: http://svn.gna.org/viewcvs/wesnoth?rev=26830&view=rev
Log:
Look for translations in cwd/translations instead of cwd/po in windows.
Modified:
trunk/src/filesystem.cpp
Modified: trunk/src/filesystem.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/filesystem.cpp?rev=26830&r1=26829&r2=26830&view=diff
==============================================================================
--- trunk/src/filesystem.cpp (original)
+++ trunk/src/filesystem.cpp Sat May 24 17:35:26 2008
@@ -255,7 +255,7 @@
std::string get_intl_dir()
{
#ifdef _WIN32
- return get_cwd() + "/po";
+ return get_cwd() + "/translations";
#endif
#ifdef USE_INTERNAL_DATA
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits