summaryrefslogtreecommitdiff
path: root/src/actions/tabs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/tabs.cpp')
-rw-r--r--src/actions/tabs.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/actions/tabs.cpp b/src/actions/tabs.cpp
index 7ede6e428..eabbd4126 100644
--- a/src/actions/tabs.cpp
+++ b/src/actions/tabs.cpp
@@ -22,6 +22,7 @@
#include "actions/actiondef.h"
+#include "gui/windows/inventorywindow.h"
#include "gui/windows/socialwindow.h"
#include "gui/windows/shortcutwindow.h"
@@ -92,4 +93,16 @@ impHandler0(prevCommandsTab)
return false;
}
+impHandler0(nextInvTab)
+{
+ InventoryWindow::nextTab();
+ return true;
+}
+
+impHandler0(prevInvTab)
+{
+ InventoryWindow::prevTab();
+ return true;
+}
+
} // namespace Actions