Author: shadowmaster
Date: Tue Mar 25 17:51:37 2008
New Revision: 25125

URL: http://svn.gna.org/viewcvs/wesnoth?rev=25125&view=rev
Log:
* Remove deprecated usage of [message] id= that was left over of Wesnoth's 
prehistoric period (a.k.a. before gettextization of WML)

Modified:
    trunk/data/core/macros/items.cfg

Modified: trunk/data/core/macros/items.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/macros/items.cfg?rev=25125&r1=25124&r2=25125&view=diff
==============================================================================
--- trunk/data/core/macros/items.cfg (original)
+++ trunk/data/core/macros/items.cfg Tue Mar 25 17:51:37 2008
@@ -35,19 +35,16 @@
             y={Y}
         [/filter]
         [message]
-            id=WISHINGWELL1
             speaker=narrator
             message= _ "You have come across a wishing well. What would you 
like to wish for?"
             image=scenery/well.png
             [option]
-                id=WISHINGWELL2a
                 message= _ "A swift victory"
                 [command]
                     [gold]
                         amount=-1
                     [/gold]
                     [message]
-                        id=WISHINGWELL2b
                         speaker=unit
                         message= _ "With this golden coin, I wish that this 
battle end in a swift and safe victory."
                     [/message]
@@ -55,14 +52,12 @@
             [/option]
 
             [option]
-                id=WISHINGWELL3
                 message= _ "Lots of gold"
                 [command]
                     [gold]
                         amount=-1
                     [/gold]
                     [message]
-                        id=WISHINGWELL3b
                         speaker=unit
                         message= _ "I wish this single gold coin be returned 
ten-fold to me."
                     [/message]
@@ -70,14 +65,12 @@
             [/option]
 
             [option]
-                id=WISHINGWELL4
                 message= _ "Peace throughout Wesnoth."
                 [command]
                     [gold]
                         amount=-1
                     [/gold]
                     [message]
-                        id=WISHINGWELL4b
                         speaker=unit
                         message= _ "The only thing worth wishing for is peace 
throughout the land."
                     [/message]
@@ -85,7 +78,6 @@
             [/option]
 
             [option]
-                id=WISHINGWELL5
                 message= _ "Don't make a wish."
             [/option]
         [/message]


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

Reply via email to