diff options
Diffstat (limited to 'plugins/LotusNotify/src/resource.h')
-rw-r--r-- | plugins/LotusNotify/src/resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/LotusNotify/src/resource.h b/plugins/LotusNotify/src/resource.h index 9d9c06a073..b2aed137d1 100644 --- a/plugins/LotusNotify/src/resource.h +++ b/plugins/LotusNotify/src/resource.h @@ -39,6 +39,7 @@ #define IDC_BUTTON_ADD_TO_FILTER 1029
#define IDC_BUTTON_REMOVE_TO_FILTER 1030
#define IDC_KEEP_CONNEXION_ON_ERROR 1031
+#define IDC_REMEMBEREVENNONCLICKED 1032
// Next default values for new objects
//
@@ -46,7 +47,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 104
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1032
+#define _APS_NEXT_CONTROL_VALUE 1033
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|