From ed2cb9a6b31c230e105af39d9c3608fa7234b24d Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 17 Oct 2011 17:13:50 +0100 Subject: GUI: Added debug ouput for determining loaded theme --- gui/ThemeEngine.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gui') 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 { -- cgit v1.2.3