GUI: Added debug ouput for determining loaded theme

This commit is contained in:
Eugene Sandulenko 2011-10-17 17:13:50 +01:00
parent de6e5c7366
commit ed2cb9a6b3

View file

@ -660,6 +660,8 @@ bool ThemeEngine::addDrawData(const Common::String &data, bool cached) {
void ThemeEngine::loadTheme(const Common::String &themeId) {
unloadTheme();
debug(6, "Loading theme %s", themeId.c_str());
if (themeId == "builtin") {
_themeOk = loadDefaultXML();
} else {