aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorEugene Sandulenko2011-10-17 17:13:50 +0100
committerEugene Sandulenko2011-10-19 13:48:01 +0100
commited2cb9a6b31c230e105af39d9c3608fa7234b24d (patch)
treed0c2271213a494bf0d7edaddbcddb8b85f91a48d /gui
parentde6e5c7366c9bf52c210e7bb03353d1cf2e142fd (diff)
downloadscummvm-rg350-ed2cb9a6b31c230e105af39d9c3608fa7234b24d.tar.gz
scummvm-rg350-ed2cb9a6b31c230e105af39d9c3608fa7234b24d.tar.bz2
scummvm-rg350-ed2cb9a6b31c230e105af39d9c3608fa7234b24d.zip
GUI: Added debug ouput for determining loaded theme
Diffstat (limited to 'gui')
-rw-r--r--gui/ThemeEngine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/ThemeEngine.cpp b/gui/ThemeEngine.cpp
index 16e693b373..cf16eec238 100644
--- a/gui/ThemeEngine.cpp
+++ b/gui/ThemeEngine.cpp
@@ -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 {