CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Cedric Duval <[EMAIL PROTECTED]>        04/10/14 13:07:05

Modified files:
        utils          : wmlxgettext 

Log message:
        Fixed wmlxgettext not finding cfg files when updating pots.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/utils/wmlxgettext.diff?tr1=1.5&tr2=1.6&r1=text&r2=text

Patches:
Index: wesnoth/utils/wmlxgettext
diff -u wesnoth/utils/wmlxgettext:1.5 wesnoth/utils/wmlxgettext:1.6
--- wesnoth/utils/wmlxgettext:1.5       Sun Oct  3 21:38:48 2004
+++ wesnoth/utils/wmlxgettext   Thu Oct 14 13:07:05 2004
@@ -12,7 +12,7 @@
 eval "require \"$module\";";
 
 our ($str,$translatable,$line,%messages);
-chdir "..";
+chdir "../..";
 foreach my $file (@ARGV) {
   open (FILE, "<$file") or die "cannot read from $file";
   my $readingattack = 0;


Reply via email to