diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-08-10 20:16:22 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-08-10 20:16:22 -0600 |
commit | 56865a2c98a589a1e530e296b1681e369e2ae48f (patch) | |
tree | c3ea1115b5afcca197c87e1a257f34583b2d57ce /src/gui/statuswindow.cpp | |
parent | 7a7018c517948c2cc567d28d221c5cd8a91f2c12 (diff) | |
parent | 0ebdce30ee61d7b038e81bc64ae7d1e27d98a144 (diff) | |
download | mana-56865a2c98a589a1e530e296b1681e369e2ae48f.tar.gz mana-56865a2c98a589a1e530e296b1681e369e2ae48f.tar.bz2 mana-56865a2c98a589a1e530e296b1681e369e2ae48f.tar.xz mana-56865a2c98a589a1e530e296b1681e369e2ae48f.zip |
Merge branch 'master' of git@gitorious.org:tmw/mainline
Diffstat (limited to 'src/gui/statuswindow.cpp')
-rw-r--r-- | src/gui/statuswindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/statuswindow.cpp b/src/gui/statuswindow.cpp index f23f6e4f..6f5f72fa 100644 --- a/src/gui/statuswindow.cpp +++ b/src/gui/statuswindow.cpp @@ -223,11 +223,11 @@ std::string StatusWindow::update(int id) #endif else if (id == CHAR_POINTS) { - mCharacterPointsLabel->setCaption(strprintf(_("Character Points: %d"), + mCharacterPointsLabel->setCaption(strprintf(_("Character points: %d"), player_node->getCharacterPoints())); mCharacterPointsLabel->adjustSize(); - mCorrectionPointsLabel->setCaption(strprintf(_("Correction Points: %d"), + mCorrectionPointsLabel->setCaption(strprintf(_("Correction points: %d"), player_node->getCorrectionPoints())); mCorrectionPointsLabel->adjustSize(); |