diff options
author | George Hazan <george.hazan@gmail.com> | 2015-05-12 13:33:04 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-05-12 13:33:04 +0000 |
commit | a26b87e766d8f93dfc3f3e37a92c812305fb8f83 (patch) | |
tree | f588e51bcffb24ed3388569b278b8228be08d3ff /plugins/LotusNotify/src/resource.h | |
parent | f3dc4c3fdad73e3a10d9507bd696294cfe21f4e9 (diff) |
patch to keep Lotus connection online
git-svn-id: http://svn.miranda-ng.org/main/trunk@13561 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/LotusNotify/src/resource.h')
-rw-r--r-- | plugins/LotusNotify/src/resource.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/LotusNotify/src/resource.h b/plugins/LotusNotify/src/resource.h index d6277ef73a..9d9c06a073 100644 --- a/plugins/LotusNotify/src/resource.h +++ b/plugins/LotusNotify/src/resource.h @@ -34,11 +34,11 @@ #define IDC_BUTTON_REMOVE_SENDER_FILTER 1024
#define IDC_BUTTON_REMOVE_SUBJECT_FILTER 1025
#define IDC_PASSWORD 1026
-#define IDC_CHECK1 1027
#define IDC_BUTTON_CHECK 1027
#define IDC_FILTER_TO 1028
#define IDC_BUTTON_ADD_TO_FILTER 1029
#define IDC_BUTTON_REMOVE_TO_FILTER 1030
+#define IDC_KEEP_CONNEXION_ON_ERROR 1031
// Next default values for new objects
//
@@ -46,7 +46,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 104
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1028
+#define _APS_NEXT_CONTROL_VALUE 1032
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|