summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-02-28 20:11:37 -0700
committerJared Adams <jaxad0127@gmail.com>2010-02-28 20:17:15 -0700
commit3ea10840b626cd04c91c919518413df69af93277 (patch)
tree28a89d5ded3e2b181297e6332b556b40e83a6505 /src/gui
parenta13bb4ca5b0b4e92711fba901796ee150445d6e4 (diff)
downloadmana-client-3ea10840b626cd04c91c919518413df69af93277.tar.gz
mana-client-3ea10840b626cd04c91c919518413df69af93277.tar.bz2
mana-client-3ea10840b626cd04c91c919518413df69af93277.tar.xz
mana-client-3ea10840b626cd04c91c919518413df69af93277.zip
Rename gui.xml to window.xml
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/widgets/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/window.h b/src/gui/widgets/window.h
index fd7fd6b7..b72be9d4 100644
--- a/src/gui/widgets/window.h
+++ b/src/gui/widgets/window.h
@@ -57,7 +57,7 @@ class Window : public gcn::Window, gcn::WidgetListener
* @param skin The location where the window's skin XML can be found.
*/
Window(const std::string &caption = "Window", bool modal = false,
- Window *parent = NULL, const std::string &skin = "gui.xml");
+ Window *parent = NULL, const std::string &skin = "window.xml");
/**
* Destructor. Deletes all the added widgets.