diff options
author | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2013-04-27 21:43:53 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | 2013-04-27 22:08:08 +0200 |
commit | 4b0f15a3767a2309c433aa77bdeea04c56824322 (patch) | |
tree | 780bbb3dfc3777620aabf7cc593fb28043833e69 /src/resources/theme.cpp | |
parent | 4b0da49b28bb64d2da293ca90fec63079c2c5849 (diff) | |
download | mana-4b0f15a3767a2309c433aa77bdeea04c56824322.tar.gz mana-4b0f15a3767a2309c433aa77bdeea04c56824322.tar.bz2 mana-4b0f15a3767a2309c433aa77bdeea04c56824322.tar.xz mana-4b0f15a3767a2309c433aa77bdeea04c56824322.zip |
Small cleanup
Diffstat (limited to 'src/resources/theme.cpp')
-rw-r--r-- | src/resources/theme.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/theme.cpp b/src/resources/theme.cpp index e95a1fa9..96927ac8 100644 --- a/src/resources/theme.cpp +++ b/src/resources/theme.cpp @@ -536,7 +536,7 @@ void Theme::loadColors(std::string file) if (file == "") file = defaultThemePath; - file += "/" COLORS_XML_FILE; + file += "/colors.xml"; XML::Document doc(file); xmlNodePtr root = doc.rootNode(); |