[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Wesnoth-cvs-commits] wesnoth/utils wmlxgettext
From: |
Cedric Duval |
Subject: |
[Wesnoth-cvs-commits] wesnoth/utils wmlxgettext |
Date: |
Thu, 14 Oct 2004 09:14:14 -0400 |
CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Cedric Duval <address@hidden> 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;