summaryrefslogtreecommitdiff
path: root/src/gui/widgets/label.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-08-12 13:59:45 -0600
committerJared Adams <jaxad0127@gmail.com>2010-08-12 14:00:20 -0600
commit71595e5db41f503f06401c59090748b46e9731f0 (patch)
tree52e9f8e0834d07aa41cbd23ff9b91c949770afec /src/gui/widgets/label.cpp
parent2507a15f8cf8728e8006aec7cdef30e484612162 (diff)
downloadmana-client-71595e5db41f503f06401c59090748b46e9731f0.tar.gz
mana-client-71595e5db41f503f06401c59090748b46e9731f0.tar.bz2
mana-client-71595e5db41f503f06401c59090748b46e9731f0.tar.xz
mana-client-71595e5db41f503f06401c59090748b46e9731f0.zip
Forgot a Label constructor
Diffstat (limited to 'src/gui/widgets/label.cpp')
-rw-r--r--src/gui/widgets/label.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/label.cpp b/src/gui/widgets/label.cpp
index 6491504c..939e9fc0 100644
--- a/src/gui/widgets/label.cpp
+++ b/src/gui/widgets/label.cpp
@@ -24,6 +24,7 @@
Label::Label()
{
+ setForegroundColor(Theme::getThemeColor(Theme::TEXT));
}
Label::Label(const std::string &caption) :