summaryrefslogtreecommitdiff
path: root/src/guichan/widgets/label.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/guichan/widgets/label.cpp')
-rw-r--r--src/guichan/widgets/label.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guichan/widgets/label.cpp b/src/guichan/widgets/label.cpp
index aebbd0472..cfd62630a 100644
--- a/src/guichan/widgets/label.cpp
+++ b/src/guichan/widgets/label.cpp
@@ -112,7 +112,7 @@ namespace gcn
}
graphics->setFont(getFont());
- graphics->setColor(getForegroundColor());
+ graphics->setColor(mForegroundColor);
graphics->drawText(getCaption(), textX, textY, getAlignment());
}