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-09-28 18:35:14 +0200
commiteb5d34756588ca95003094bc910efcb5c832390f (patch)
treecf0b8d150251a5671ae39ed049951b3b6e68bbb5 /src/gui/windowmenu.cpp
parent095fe98b5a26276e15e0ed781d1ba051346e354f (diff)
downloadmana-eb5d34756588ca95003094bc910efcb5c832390f.tar.gz
mana-eb5d34756588ca95003094bc910efcb5c832390f.tar.bz2
mana-eb5d34756588ca95003094bc910efcb5c832390f.tar.xz
mana-eb5d34756588ca95003094bc910efcb5c832390f.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",