diff options
author | jurkan <jurkan@gmx.de> | 2012-08-01 23:57:52 +0200 |
---|---|---|
committer | Erik Schilling <ablu.erikschilling@googlemail.com> | 2012-08-02 00:59:40 +0200 |
commit | 3e97a8ff4057d52bc4df47c4675a5cc638d58f85 (patch) | |
tree | 884c4007afb6886f423102a4953f551378147466 /src | |
parent | 888fca5e3c889f93b4831cb3f671eb61c6816336 (diff) | |
download | mana-3e97a8ff4057d52bc4df47c4675a5cc638d58f85.tar.gz mana-3e97a8ff4057d52bc4df47c4675a5cc638d58f85.tar.bz2 mana-3e97a8ff4057d52bc4df47c4675a5cc638d58f85.tar.xz mana-3e97a8ff4057d52bc4df47c4675a5cc638d58f85.zip |
[Hack] Removed emotion button
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/windowmenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windowmenu.cpp b/src/gui/windowmenu.cpp index abb5d04f..a06415fb 100644 --- a/src/gui/windowmenu.cpp +++ b/src/gui/windowmenu.cpp @@ -50,7 +50,7 @@ WindowMenu::WindowMenu(): { int x = 0, h = 0; - addButton(":-)", x, h, "button-icon-smilies.png"); + //addButton(":-)", x, h, "button-icon-smilies.png"); addButton(N_("Status"), x, h, "button-icon-status.png", KeyboardConfig::KEY_WINDOW_STATUS); addButton(N_("Inventory"), x, h, "button-icon-inventory.png", |