diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-08-21 18:40:50 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-08-21 18:40:50 +0000 |
commit | 52e80454ecefaf9be262169db3a366f623c5d7c7 (patch) | |
tree | 0ba2f62ea79fc469e90a81146e01879f284215a2 /src/gui/status.cpp | |
parent | 3a8cd47ab1bcb1bd3b97160b8ca59c30a2077f05 (diff) | |
download | mana-52e80454ecefaf9be262169db3a366f623c5d7c7.tar.gz mana-52e80454ecefaf9be262169db3a366f623c5d7c7.tar.bz2 mana-52e80454ecefaf9be262169db3a366f623c5d7c7.tar.xz mana-52e80454ecefaf9be262169db3a366f623c5d7c7.zip |
Some updates and cleanups
Diffstat (limited to 'src/gui/status.cpp')
-rw-r--r-- | src/gui/status.cpp | 2 |
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"); |