CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Isaac Clerencia <[EMAIL PROTECTED]> 05/02/05 15:10:48
Modified files:
src : wesconfig.h
Log message:
Change default LOCALEDIR to "translations" in wesconfig.h and define it
only
if it's not already defined
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/wesconfig.h.diff?tr1=1.15&tr2=1.16&r1=text&r2=text
Patches:
Index: wesnoth/src/wesconfig.h
diff -u wesnoth/src/wesconfig.h:1.15 wesnoth/src/wesconfig.h:1.16
--- wesnoth/src/wesconfig.h:1.15 Wed Jan 26 09:52:28 2005
+++ wesnoth/src/wesconfig.h Sat Feb 5 15:10:48 2005
@@ -7,7 +7,9 @@
# define VERSION "0.8.10-CVS"
# define WESNOTH_DEFAULT_SERVER "devsrv.wesnoth.org:14999"
# define PACKAGE "wesnoth"
-# define LOCALEDIR "po"
+# ifndef LOCALEDIR
+# define LOCALEDIR "translations"
+# endif
#endif