Author: iwontbecreative
Date: Sun Oct 23 21:42:21 2011
New Revision: 51595

URL: http://svn.gna.org/viewcvs/wesnoth?rev=51595&view=rev
Log:
r50047 and r50048 changed terrain2wiki.py output. Fixing terrain2wiki.py to 
work with the terrain.cfg changes..

Modified:
    trunk/data/tools/terrain2wiki.py

Modified: trunk/data/tools/terrain2wiki.py
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/terrain2wiki.py?rev=51595&r1=51594&r2=51595&view=diff
==============================================================================
--- trunk/data/tools/terrain2wiki.py (original)
+++ trunk/data/tools/terrain2wiki.py Sun Oct 23 21:42:21 2011
@@ -64,7 +64,7 @@
 | %s
 | %s
 """ % (
-content['name'][4:-1] if 'name' in content else content['editor_name'][4:-1],
+content['editor_name'][4:-1] if 'editor_name' in content else 
content['name'][4:-1],
 content['string'].lstrip(" # wmllint: ignore"),
 content['aliasof'] if 'aliasof' in content else "",
 content['editor_group'])


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

Reply via email to