summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-02-28 20:21:33 -0700
committerJared Adams <jaxad0127@gmail.com>2010-02-28 20:21:33 -0700
commite4a6c7106900bfec75bc9ee36ea2f37297100575 (patch)
tree6e155e63e0907d41db66c8f3c867e00a77b2bcdc /src/gui
parent3ea10840b626cd04c91c919518413df69af93277 (diff)
downloadmana-client-e4a6c7106900bfec75bc9ee36ea2f37297100575.tar.gz
mana-client-e4a6c7106900bfec75bc9ee36ea2f37297100575.tar.bz2
mana-client-e4a6c7106900bfec75bc9ee36ea2f37297100575.tar.xz
mana-client-e4a6c7106900bfec75bc9ee36ea2f37297100575.zip
Forgot to change popup to window.xml
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/widgets/popup.h2
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.