From 82e111b764205e9f070c2af0562433800b9eabea Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 29 Aug 2012 01:20:29 +0300 Subject: Add label own color. Parameter "LABEL" in colors.xml --- src/gui/widgets/label.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets/label.cpp') diff --git a/src/gui/widgets/label.cpp b/src/gui/widgets/label.cpp index dde7ddca3..c0d708975 100644 --- a/src/gui/widgets/label.cpp +++ b/src/gui/widgets/label.cpp @@ -27,13 +27,13 @@ Label::Label() { - setForegroundColor(Theme::getThemeColor(Theme::TEXT)); + setForegroundColor(Theme::getThemeColor(Theme::LABEL)); } Label::Label(const std::string &caption) : gcn::Label(caption) { - setForegroundColor(Theme::getThemeColor(Theme::TEXT)); + setForegroundColor(Theme::getThemeColor(Theme::LABEL)); } void Label::draw(gcn::Graphics *graphics) -- cgit v1.2.3-70-g09d2