diff options
Diffstat (limited to 'src/itemshortcut.h')
-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; |