summaryrefslogtreecommitdiff
path: root/src/gui/status.cpp
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2005-08-21 18:40:50 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2005-08-21 18:40:50 +0000
commit52e80454ecefaf9be262169db3a366f623c5d7c7 (patch)
tree0ba2f62ea79fc469e90a81146e01879f284215a2 /src/gui/status.cpp
parent3a8cd47ab1bcb1bd3b97160b8ca59c30a2077f05 (diff)
downloadmana-client-52e80454ecefaf9be262169db3a366f623c5d7c7.tar.gz
mana-client-52e80454ecefaf9be262169db3a366f623c5d7c7.tar.bz2
mana-client-52e80454ecefaf9be262169db3a366f623c5d7c7.tar.xz
mana-client-52e80454ecefaf9be262169db3a366f623c5d7c7.zip
Some updates and cleanups
Diffstat (limited to 'src/gui/status.cpp')
-rw-r--r--src/gui/status.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/status.cpp b/src/gui/status.cpp
index eb20dcd5..c903261c 100644
--- a/src/gui/status.cpp
+++ b/src/gui/status.cpp
@@ -43,7 +43,7 @@ StatusWindow::StatusWindow():
Window("%s Lvl: % 2i Job: % 2i GP: % 2i")
{
hp = new gcn::Label("HP");
- sp = new gcn::Label("SP");
+ sp = new gcn::Label("MP");
hpValue = new gcn::Label();
spValue = new gcn::Label();
expLabel = new gcn::Label("Exp");