diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-05-19 01:43:48 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2012-05-19 01:43:48 +0300 |
commit | 9026615fea720ca69d3a3480a69e32e5432db69b (patch) | |
tree | 10e18a6b7bce1427cb04dafd4a5772123c974050 /resource.h | |
parent | ec0c325b00df0576ecf6f159e6ea4b6f72a13e49 (diff) |
fixed one more metacontacts problem
added option to remove own tags in outgoing messages (useful to quote)
Diffstat (limited to 'resource.h')
-rwxr-xr-x | resource.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -74,6 +74,8 @@ #define IDC_AUT_EXCHANGE 1065
#define IDC_BUTTON3 1066
#define IDC_COPY_KEY 1066
+#define IDC_CHECK1 1067
+#define IDC_STRIP_TAGS 1067
// Next default values for new objects
//
@@ -81,7 +83,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 114
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1067
+#define _APS_NEXT_CONTROL_VALUE 1068
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|