diff options
author | George Hazan <ghazan@miranda.im> | 2021-02-27 18:41:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-02-27 18:41:35 +0300 |
commit | 60628b4face0c7715a8dd9f271a7a806b82fc08f (patch) | |
tree | 411753d6e6e9b131a9111e8b080c0859d434c58c /plugins/NoHistory/src/resource.h | |
parent | 0723e910521a85953805ec63cbb723641cbf5d4a (diff) |
fixes #2713 (NoHistory: add option to remove histories on startup)
Diffstat (limited to 'plugins/NoHistory/src/resource.h')
-rw-r--r-- | plugins/NoHistory/src/resource.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/NoHistory/src/resource.h b/plugins/NoHistory/src/resource.h index 5640d91b59..ec1fc8a07d 100644 --- a/plugins/NoHistory/src/resource.h +++ b/plugins/NoHistory/src/resource.h @@ -13,14 +13,15 @@ #define IDC_ED_TIMEOUT 1004
#define IDC_SPIN1 1005
#define IDC_SPN_TIMEOUT 1005
+#define IDC_ONSTARTUP 1006
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 104
+#define _APS_NEXT_RESOURCE_VALUE 105
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1006
+#define _APS_NEXT_CONTROL_VALUE 1007
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|