diff options
author | George Hazan <ghazan@miranda.im> | 2022-02-27 20:35:15 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-02-27 20:35:15 +0300 |
commit | 4486400f900e1e7520ab88e4f8675af395e4cdc5 (patch) | |
tree | 1928a612b689f71befea39e8be48a5ae7f90269a /plugins/NewEventNotify/src/resource.h | |
parent | 63cf6dce8b3151a02feeb88a40837b5039a32ea6 (diff) |
NEN: added spin control to prevent entering random values into options
Diffstat (limited to 'plugins/NewEventNotify/src/resource.h')
-rw-r--r-- | plugins/NewEventNotify/src/resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/NewEventNotify/src/resource.h b/plugins/NewEventNotify/src/resource.h index cc09b63989..564dd33c47 100644 --- a/plugins/NewEventNotify/src/resource.h +++ b/plugins/NewEventNotify/src/resource.h @@ -45,6 +45,7 @@ #define IDC_TESTFORREAD 1046
#define IDC_CMDEDITHEADERS 1047
#define IDC_OPT_TREE 1048
+#define IDC_SPIN_MSGNUMBER 1049
// Next default values for new objects
//
@@ -52,7 +53,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 110
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1049
+#define _APS_NEXT_CONTROL_VALUE 1050
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|