wesnoth-cvs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Wesnoth-cvs-commits] wesnoth/src wesconfig.h


From: Isaac Clerencia
Subject: [Wesnoth-cvs-commits] wesnoth/src wesconfig.h
Date: Sat, 05 Feb 2005 10:10:49 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Isaac Clerencia <address@hidden>        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
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]