CVSROOT: /cvsroot/wesnoth
Module name: wesnoth
Branch:
Changes by: Jordà Polo <[EMAIL PROTECTED]> 04/09/19 14:02:57
Modified files:
data/themes : default.cfg
Log message:
changed rightside panel HP/XP (now uppercase)
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/data/themes/default.cfg.diff?tr1=1.64&tr2=1.65&r1=text&r2=text
Patches:
Index: wesnoth/data/themes/default.cfg
diff -u wesnoth/data/themes/default.cfg:1.64
wesnoth/data/themes/default.cfg:1.65
--- wesnoth/data/themes/default.cfg:1.64 Tue Sep 14 20:26:56 2004
+++ wesnoth/data/themes/default.cfg Sun Sep 19 14:02:56 2004
@@ -123,14 +123,14 @@
# HP/XP
[label]
font_size=10
- text= _ "hp"
+ text= _ "HP"
rect=967,234,1022,246
xanchor=right
yanchor=fixed
[/label]
[label]
font_size=10
- text= _ "xp"
+ text= _ "XP"
rect=967,260,1022,272
xanchor=right
yanchor=fixed
@@ -459,14 +459,14 @@
# HP/XP
[label]
font_size=10
- text= _ "hp"
+ text= _ "HP"
rect=967,234,1022,246
xanchor=right
yanchor=fixed
[/label]
[label]
font_size=10
- text= _ "xp"
+ text= _ "XP"
rect=967,260,1022,272
xanchor=right
yanchor=fixed