diff options
Diffstat (limited to 'src/gui/widgets/window.cpp')
-rw-r--r-- | src/gui/widgets/window.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/widgets/window.cpp b/src/gui/widgets/window.cpp index 3fb6c458e..704b30834 100644 --- a/src/gui/widgets/window.cpp +++ b/src/gui/widgets/window.cpp @@ -177,7 +177,11 @@ Window::Window(const std::string &caption, setTitleBarHeight(20); if (skin.empty()) + { + reportAlways("Default skin was used for window: %s", + caption.c_str()); skin = "window.xml"; + } int childPalette = 1; // Loads the skin |