summaryrefslogtreecommitdiff
path: root/src/gui/status.cpp
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-01-24 12:16:45 -0700
committerIra Rice <irarice@gmail.com>2009-01-24 12:16:45 -0700
commitc4fd3e6090fb94a77055f4556d906e60e3803d22 (patch)
treeca9a985319df21bc1025a5e813f3a5d3c074a3db /src/gui/status.cpp
parentcee64c1215948a92f7b7bd569134c8e8a393f95c (diff)
downloadMana-c4fd3e6090fb94a77055f4556d906e60e3803d22.tar.gz
Mana-c4fd3e6090fb94a77055f4556d906e60e3803d22.tar.bz2
Mana-c4fd3e6090fb94a77055f4556d906e60e3803d22.tar.xz
Mana-c4fd3e6090fb94a77055f4556d906e60e3803d22.zip
Fixed a few compiler warnings.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/status.cpp')
-rw-r--r--src/gui/status.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/status.cpp b/src/gui/status.cpp
index f7a5c137..5cc0e80b 100644
--- a/src/gui/status.cpp
+++ b/src/gui/status.cpp
@@ -131,9 +131,9 @@ StatusWindow::StatusWindow(LocalPlayer *player):
mStatsDefenseLabel= new gcn::Label(_("Defense:"));
mStatsMagicAttackLabel = new gcn::Label(_("M.Attack:"));
mStatsMagicDefenseLabel = new gcn::Label(_("M.Defense:"));
- mStatsAccuracyLabel = new gcn::Label(_("\% Accuracy:"));
- mStatsEvadeLabel = new gcn::Label(_("\% Evade:"));
- mStatsReflexLabel = new gcn::Label(_("\% Reflex:"));
+ mStatsAccuracyLabel = new gcn::Label(_("% Accuracy:"));
+ mStatsEvadeLabel = new gcn::Label(_("% Evade:"));
+ mStatsReflexLabel = new gcn::Label(_("% Reflex:"));
mStatsAttackPoints = new gcn::Label;
mStatsDefensePoints = new gcn::Label;