Author: iwontbecreative
Date: Sun Oct 23 22:23:05 2011
New Revision: 51598

URL: http://svn.gna.org/viewcvs/wesnoth?rev=51598&view=rev
Log:
Fix the picture for some special cases.

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=51598&r1=51597&r2=51598&view=diff
==============================================================================
--- trunk/data/tools/terrain2wiki.py (original)
+++ trunk/data/tools/terrain2wiki.py Sun Oct 23 22:23:05 2011
@@ -66,7 +66,7 @@
 | %s
 | %s
 """ % (
-"http://svn.gna.org/svn/wesnoth/trunk/data/core/images/terrain/%s.png"; % 
content['symbol_image'],
+"http://svn.gna.org/svn/wesnoth/trunk/data/core/images/terrain/%s.png"; % 
(content['editor_image'] if 'editor_image' in content else 
content['symbol_image']),
 content['editor_name'][4:-1] if 'editor_name' in content else 
content['name'][4:-1],
 content['string'].replace("# wmllint: ignore", ""),
 content['aliasof'] if 'aliasof' in content else "",


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

Reply via email to