diff options
Diffstat (limited to 'src/FbTk/ThemeItems.cc')
-rw-r--r-- | src/FbTk/ThemeItems.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/ThemeItems.cc b/src/FbTk/ThemeItems.cc index 2f58b2a..6d2b244 100644 --- a/src/FbTk/ThemeItems.cc +++ b/src/FbTk/ThemeItems.cc | |||
@@ -120,7 +120,7 @@ void ThemeItem<unsigned int>::load(const std::string *name, const std::string *a | |||
120 | 120 | ||
121 | template <> | 121 | template <> |
122 | void ThemeItem<Font>::setDefaultValue() { | 122 | void ThemeItem<Font>::setDefaultValue() { |
123 | if (!m_value.load("fixed")) { | 123 | if (!m_value.load("__DEFAULT__")) { |
124 | cerr<<"ThemeItem<Font>: Warning! Failed to load default value 'fixed'"<<endl; | 124 | cerr<<"ThemeItem<Font>: Warning! Failed to load default value 'fixed'"<<endl; |
125 | } else { | 125 | } else { |
126 | string effect(ThemeManager::instance().resourceValue(name()+".effect", altName()+".Effect")); | 126 | string effect(ThemeManager::instance().resourceValue(name()+".effect", altName()+".Effect")); |