diff options
author | Ira Rice <irarice@gmail.com> | 2009-03-14 14:57:14 -0600 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-03-14 14:57:14 -0600 |
commit | 01c1c1874a4ebeef1f4c9ad7844e0eb5afd34217 (patch) | |
tree | ce0d0dae305b28c645b047c1f585eb3b59a69f7a /src/gui/status.cpp | |
parent | 1a0703fe7e90638efac2e7be1cf115c5e243fa9b (diff) | |
download | mana-01c1c1874a4ebeef1f4c9ad7844e0eb5afd34217.tar.gz mana-01c1c1874a4ebeef1f4c9ad7844e0eb5afd34217.tar.bz2 mana-01c1c1874a4ebeef1f4c9ad7844e0eb5afd34217.tar.xz mana-01c1c1874a4ebeef1f4c9ad7844e0eb5afd34217.zip |
Fixed a label in the status window to use the label widget inside the
gui folder.
Signed-off-by: Ira Rice <irarice@gmail.com>
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 3fd62b83..8dd32039 100644 --- a/src/gui/status.cpp +++ b/src/gui/status.cpp @@ -98,7 +98,7 @@ StatusWindow::StatusWindow(LocalPlayer *player): mPointsLabel[i] = new Label("0"); mPointsLabel[i]->setAlignment(gcn::Graphics::CENTER); } - mRemainingStatsPointsLabel = new gcn::Label; + mRemainingStatsPointsLabel = new Label; // Set button events Id mStatsButton[0] = new Button("+", "STR", this); |