diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-09-11 04:24:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-09-11 04:24:30 +0300 |
commit | db4361d9f7652104e818cf9a2a0f326e1c607fb8 (patch) | |
tree | 57587f5fa82826aa428cbf639f1f942952785c0c /src/gui/shortcutwindow.cpp | |
parent | 632c1797013d8b0a987ab68341b50354afdb1f9d (diff) | |
download | plus-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/shortcutwindow.cpp')
-rw-r--r-- | src/gui/shortcutwindow.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/shortcutwindow.cpp b/src/gui/shortcutwindow.cpp index 0492afce0..cf491c9f0 100644 --- a/src/gui/shortcutwindow.cpp +++ b/src/gui/shortcutwindow.cpp @@ -52,7 +52,8 @@ class ShortcutTab : public Tab ShortcutWindow::ShortcutWindow(const std::string &title, ShortcutContainer *content, - int width, int height) + int width, int height) : + Window("Window", false, 0, "shortcuts.xml") { setWindowName(title); // no title presented, title bar is padding so window can be moved. |