summaryrefslogtreecommitdiff
path: root/src/gui/windowmenu.cpp
diff options
context:
space:
mode:
authorYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-07-15 02:45:23 +0200
committerYohann Ferreira <yohann_dot_ferreira_at_orange_dot_efer>2011-08-11 02:39:49 +0200
commitda2fcf682e180c69c9e36a5f581a372c9d9abc43 (patch)
treedc8e225ee79088e9d7594e56cc599dbec77afaac /src/gui/windowmenu.cpp
parentbe1300b05a4c6e50fe8f13efa8c66dda00a21016 (diff)
downloadmana-client-da2fcf682e180c69c9e36a5f581a372c9d9abc43.tar.gz
mana-client-da2fcf682e180c69c9e36a5f581a372c9d9abc43.tar.bz2
mana-client-da2fcf682e180c69c9e36a5f581a372c9d9abc43.tar.xz
mana-client-da2fcf682e180c69c9e36a5f581a372c9d9abc43.zip
Fixed back the special window display in a basic but working way.
This to avoid cluttering the gui until Crush has the time to fulfill his issue about those.
Diffstat (limited to 'src/gui/windowmenu.cpp')
-rw-r--r--src/gui/windowmenu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windowmenu.cpp b/src/gui/windowmenu.cpp
index b40a171b..a618ae8e 100644
--- a/src/gui/windowmenu.cpp
+++ b/src/gui/windowmenu.cpp
@@ -62,7 +62,7 @@ WindowMenu::WindowMenu():
addButton(N_("Skills"), x, h, "button-icon-skills.png",
KeyboardConfig::KEY_WINDOW_SKILL);
- // if (specialsWindow->hasSpecials())
+ if (specialsWindow->hasSpecials())
addButton(N_("Specials"), x, h, "button-icon-specials.png");
addButton(N_("Social"), x, h, "button-icon-social.png",