diff options
author | Szymon Tokarz <wsx22@o2.pl> | 2015-05-29 15:13:58 +0000 |
---|---|---|
committer | Szymon Tokarz <wsx22@o2.pl> | 2015-05-29 15:13:58 +0000 |
commit | 28ee372ded18a5754fd94ca5775cb0ec098171b6 (patch) | |
tree | 12bd71fb41e9d5c6624bb407ec392c4330deb648 /plugins/LotusNotify/src/resource.h | |
parent | 21db74cd4ee5b13c65de94dfd4860bd9c05cc873 (diff) |
[LotusNotify] patch by pepinlebref
- enhancements on the option page:
. push buttons replaced by checkboxes
. re-arrange control place
- new option to select if popup should trigger again if clicked or not
- plugin version increased
git-svn-id: http://svn.miranda-ng.org/main/trunk@13893 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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
|