Change default LOCALEDIR to "translations" in wesconfig.h...

...and define it only if it's not already defined
This commit is contained in:
Isaac Clerencia Perez 2005-02-05 15:10:48 +00:00
parent d23f30d1da
commit f338e35892

View file

@ -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