From 8dde93fde2ea95891c7ae4f99c789651990f1a67 Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Wed, 19 Oct 2011 23:44:29 +0000 Subject: [PATCH] Fix shortcuts count git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1842 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- src/hotkeys.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hotkeys.h b/src/hotkeys.h index 6ffc2de1..0b569bfa 100644 --- a/src/hotkeys.h +++ b/src/hotkeys.h @@ -33,7 +33,7 @@ #endif #include -#define NB_SHORTCUTS 200 ///< Number of actions that can have a key combination associated to it. +#define NB_SHORTCUTS 206 ///< Number of actions that can have a key combination associated to it. /*** Types definitions and structs ***/