From 01c1c1874a4ebeef1f4c9ad7844e0eb5afd34217 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Sat, 14 Mar 2009 14:57:14 -0600 Subject: Fixed a label in the status window to use the label widget inside the gui folder. Signed-off-by: Ira Rice --- src/gui/status.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3-70-g09d2