From a3f4aa19f8f3c7e7b89a4e304fe0afaf6ff098dd Mon Sep 17 00:00:00 2001 From: spx Date: Fri, 12 Nov 2010 15:29:44 +0000 Subject: [PATCH] Changed the limit of the config menuitem ID. (3000 to 10000) --- Library/resource.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Library/resource.h b/Library/resource.h index d46b168b..d28e2b74 100644 --- a/Library/resource.h +++ b/Library/resource.h @@ -65,13 +65,14 @@ #define ID_CONTEXT_STOPLOG 4052 #define ID_CONTEXT_DEBUGLOG 4053 #define ID_CONTEXT_DELETELOGFILE 4054 + #define ID_CONFIG_EDIT 30000 #define ID_CONFIG_FIRST 30001 -#define ID_CONFIG_LAST 33000 -#define ID_THEME_FIRST 33001 -#define ID_THEME_LAST 36000 -#define ID_MONITOR_FIRST 36001 -#define ID_MONITOR_LAST 37000 +#define ID_CONFIG_LAST 40000 +#define ID_THEME_FIRST 40001 +#define ID_THEME_LAST 43000 +#define ID_MONITOR_FIRST 43001 +#define ID_MONITOR_LAST 44000 // Next default values for new objects //