Changed the limit of the config menuitem ID. (3000 to 10000)

This commit is contained in:
spx 2010-11-12 15:29:44 +00:00
parent cab258a7e5
commit a3f4aa19f8

View File

@ -65,13 +65,14 @@
#define ID_CONTEXT_STOPLOG 4052 #define ID_CONTEXT_STOPLOG 4052
#define ID_CONTEXT_DEBUGLOG 4053 #define ID_CONTEXT_DEBUGLOG 4053
#define ID_CONTEXT_DELETELOGFILE 4054 #define ID_CONTEXT_DELETELOGFILE 4054
#define ID_CONFIG_EDIT 30000 #define ID_CONFIG_EDIT 30000
#define ID_CONFIG_FIRST 30001 #define ID_CONFIG_FIRST 30001
#define ID_CONFIG_LAST 33000 #define ID_CONFIG_LAST 40000
#define ID_THEME_FIRST 33001 #define ID_THEME_FIRST 40001
#define ID_THEME_LAST 36000 #define ID_THEME_LAST 43000
#define ID_MONITOR_FIRST 36001 #define ID_MONITOR_FIRST 43001
#define ID_MONITOR_LAST 37000 #define ID_MONITOR_LAST 44000
// Next default values for new objects // Next default values for new objects
// //