diff options
-rw-r--r-- | src/gui/widgets/popup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/popup.h b/src/gui/widgets/popup.h index d63b59ca..207a9857 100644 --- a/src/gui/widgets/popup.h +++ b/src/gui/widgets/popup.h @@ -55,7 +55,7 @@ class Popup : public Container * @param skin The location where the Popup's skin XML can be found. */ Popup(const std::string &name = "", - const std::string &skin = "gui.xml"); + const std::string &skin = "window.xml"); /** * Destructor. Deletes all the added widgets. |