diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-12-23 13:08:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-12-23 13:08:44 +0300 |
commit | a071f4e8c66a6873c97aed5c9e4b737d341dde32 (patch) | |
tree | 7ef096b4771a4cb87144eede8ffccc807e23994e | |
parent | ee42b631f296c9e77d4257b0f84b81f990377728 (diff) | |
download | plus-a071f4e8c66a6873c97aed5c9e4b737d341dde32.tar.gz plus-a071f4e8c66a6873c97aed5c9e4b737d341dde32.tar.bz2 plus-a071f4e8c66a6873c97aed5c9e4b737d341dde32.tar.xz plus-a071f4e8c66a6873c97aed5c9e4b737d341dde32.zip |
Add another tab in shortcuts window.
-rw-r--r-- | src/itemshortcut.h | 2 |
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; |