summaryrefslogtreecommitdiff
path: root/src/gui/widgets/popup.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-09-11 04:24:30 +0300
committerAndrei Karas <akaras@inbox.ru>2011-09-11 04:24:30 +0300
commitdb4361d9f7652104e818cf9a2a0f326e1c607fb8 (patch)
tree57587f5fa82826aa428cbf639f1f942952785c0c /src/gui/widgets/popup.h
parent632c1797013d8b0a987ab68341b50354afdb1f9d (diff)
downloadplus-db4361d9f7652104e818cf9a2a0f326e1c607fb8.tar.gz
plus-db4361d9f7652104e818cf9a2a0f326e1c607fb8.tar.bz2
plus-db4361d9f7652104e818cf9a2a0f326e1c607fb8.tar.xz
plus-db4361d9f7652104e818cf9a2a0f326e1c607fb8.zip
Add own xml configuration for missing windows.
Diffstat (limited to 'src/gui/widgets/popup.h')
-rw-r--r--src/gui/widgets/popup.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/widgets/popup.h b/src/gui/widgets/popup.h
index 0ac50f69e..9d4343ba3 100644
--- a/src/gui/widgets/popup.h
+++ b/src/gui/widgets/popup.h
@@ -66,8 +66,7 @@ class Popup : public Container, public gcn::MouseListener,
* debugging purposes.
* @param skin The location where the Popup's skin XML can be found.
*/
- Popup(const std::string &name = "",
- const std::string &skin = "window.xml");
+ Popup(const std::string &name = "", std::string skin = "");
/**
* Destructor. Deletes all the added widgets.