summaryrefslogtreecommitdiff
path: root/src/gui/shortcutwindow.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-05-05 23:03:27 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-05-05 23:03:27 +0200
commit49eb5513a6b4ae8476f04b4c7c60c45715cf0e62 (patch)
treec7bf273176be3048a177b0f53dc98c3c310d7f1b /src/gui/shortcutwindow.h
parent4a41e7d16a6bbe0f8872030a71bc81be5dab3e54 (diff)
downloadmana-client-49eb5513a6b4ae8476f04b4c7c60c45715cf0e62.tar.gz
mana-client-49eb5513a6b4ae8476f04b4c7c60c45715cf0e62.tar.bz2
mana-client-49eb5513a6b4ae8476f04b4c7c60c45715cf0e62.tar.xz
mana-client-49eb5513a6b4ae8476f04b4c7c60c45715cf0e62.zip
Don't short the shortcut windows by default
The item shortcut window is easily accessible for those who want it, but it's a bit of a power feature so it shouldn't be shown by default.
Diffstat (limited to 'src/gui/shortcutwindow.h')
-rw-r--r--src/gui/shortcutwindow.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/shortcutwindow.h b/src/gui/shortcutwindow.h
index b3daf0b2..e30ab18a 100644
--- a/src/gui/shortcutwindow.h
+++ b/src/gui/shortcutwindow.h
@@ -38,8 +38,7 @@ class ShortcutWindow : public Window
/**
* Constructor.
*/
- ShortcutWindow(const std::string &title, ShortcutContainer *content,
- bool defaultVisible = true);
+ ShortcutWindow(const std::string &title, ShortcutContainer *content);
/**
* Destructor.