summaryrefslogtreecommitdiff
path: root/src/itemshortcut.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-23 13:08:44 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-23 13:08:44 +0300
commita071f4e8c66a6873c97aed5c9e4b737d341dde32 (patch)
tree7ef096b4771a4cb87144eede8ffccc807e23994e /src/itemshortcut.h
parentee42b631f296c9e77d4257b0f84b81f990377728 (diff)
downloadplus-a071f4e8c66a6873c97aed5c9e4b737d341dde32.tar.gz
plus-a071f4e8c66a6873c97aed5c9e4b737d341dde32.tar.bz2
plus-a071f4e8c66a6873c97aed5c9e4b737d341dde32.tar.xz
plus-a071f4e8c66a6873c97aed5c9e4b737d341dde32.zip
Add another tab in shortcuts window.
Diffstat (limited to 'src/itemshortcut.h')
-rw-r--r--src/itemshortcut.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itemshortcut.h b/src/itemshortcut.h
index b40ae87f1..f25618e20 100644
--- a/src/itemshortcut.h
+++ b/src/itemshortcut.h
@@ -26,7 +26,7 @@
#include "localconsts.h"
const unsigned int SHORTCUT_ITEMS = 20;
-const unsigned int SHORTCUT_TABS = 3;
+const unsigned int SHORTCUT_TABS = 4;
class Item;