diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-18 18:11:02 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-18 18:11:02 +0300 |
commit | 506a064c94e44d4f896fa9b2dc74d30e7f7f8c33 (patch) | |
tree | 96b9db2d6d908a26307d5bfba010f0c5a1a36551 /src/game.cpp | |
parent | 9b43913596a5fee5c16ffa84a245baa39c0232fc (diff) | |
download | plus-506a064c94e44d4f896fa9b2dc74d30e7f7f8c33.tar.gz plus-506a064c94e44d4f896fa9b2dc74d30e7f7f8c33.tar.bz2 plus-506a064c94e44d4f896fa9b2dc74d30e7f7f8c33.tar.xz plus-506a064c94e44d4f896fa9b2dc74d30e7f7f8c33.zip |
Rename DropShortcutContainer into VirtShortcutContainer.
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game.cpp b/src/game.cpp index 7c6dcca62..4bbaa9324 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -84,10 +84,10 @@ #include "gui/widgets/tabs/battletab.h" -#include "gui/widgets/dropshortcutcontainer.h" #include "gui/widgets/emoteshortcutcontainer.h" #include "gui/widgets/itemshortcutcontainer.h" #include "gui/widgets/spellshortcutcontainer.h" +#include "gui/widgets/virtshortcutcontainer.h" #include "gui/widgets/tabs/gmtab.h" #include "gui/widgets/tabs/langtab.h" @@ -213,7 +213,7 @@ static void createGuiWindows() 130, 480); outfitWindow = new OutfitWindow(); dropShortcutWindow = new ShortcutWindow("DropShortcut", - new DropShortcutContainer(nullptr, dropShortcut), + new VirtShortcutContainer(nullptr, dropShortcut), "drops.xml"); spellShortcutWindow = new ShortcutWindow("SpellShortcut", "spells.xml", |