summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-20 23:12:28 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-20 23:12:28 +0200
commit3a7224117dfb6709b059fc258876699e969ec119 (patch)
treebb2207cf5c3c27fbc3cca5209b85c1746f5c087a /src/game.cpp
parent899f8e62b670726c61f8105f2226de448b180a19 (diff)
downloadmana-client-3a7224117dfb6709b059fc258876699e969ec119.tar.gz
mana-client-3a7224117dfb6709b059fc258876699e969ec119.tar.bz2
mana-client-3a7224117dfb6709b059fc258876699e969ec119.tar.xz
mana-client-3a7224117dfb6709b059fc258876699e969ec119.zip
Removed the unused itemshortcutwindow.{h,cpp}
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index dd257013..6d724c9e 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -242,7 +242,7 @@ static void createGuiWindows()
debugWindow = new DebugWindow;
itemShortcutWindow = new ShortcutWindow("ItemShortcut",
new ItemShortcutContainer);
- emoteShortcutWindow = new ShortcutWindow("emoteShortcut",
+ emoteShortcutWindow = new ShortcutWindow("EmoteShortcut",
new EmoteShortcutContainer);
localChatTab = new ChatTab(_("General"));