Author: elias
Date: Wed May 13 18:01:41 2009
New Revision: 35620

URL: http://svn.gna.org/viewcvs/wesnoth?rev=35620&view=rev
Log:
Fixed bug #13516 which I had introduced with the previous commit to the Python 
parser.

Modified:
    trunk/data/tools/wesnoth/wmlparser.py

Modified: trunk/data/tools/wesnoth/wmlparser.py
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/wesnoth/wmlparser.py?rev=35620&r1=35619&r2=35620&view=diff
==============================================================================
--- trunk/data/tools/wesnoth/wmlparser.py (original)
+++ trunk/data/tools/wesnoth/wmlparser.py Wed May 13 18:01:41 2009
@@ -552,6 +552,7 @@
                 #
                 # For now, we ignore the textdomain...
                 self.read_until("\n")
+                break
             elif c == "+":
                 value = value.rstrip() # remove whitespace before +
                 self.skip_whitespace_inside_statement() # read over newline


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to