diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-01-28 14:21:06 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-01-28 14:21:06 +0200 |
commit | 2b126859937b2b3d3939fb0666bc0dcf3fcec1e6 (patch) | |
tree | 00a04dc737174cea79817bf9a0b797cd28a7d5f5 /src/resource.h | |
parent | 099daf99fd2dfc92bb10972192026445fc2b8b45 (diff) |
merged with miranda_ng main repo
implemented #78 (except menu)
Diffstat (limited to 'src/resource.h')
-rwxr-xr-x | src/resource.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/resource.h b/src/resource.h index 7ffd83c..38f790f 100755 --- a/src/resource.h +++ b/src/resource.h @@ -82,6 +82,7 @@ #define IDC_AUT_EXCHANGE 1065
#define IDC_BUTTON3 1066
#define IDC_COPY_KEY 1066
+#define IDC_COPY_PUBKEY 1066
#define IDC_STRIP_TAGS 1067
#define IDC_CHECK1 1068
#define IDC_PRESCENSE_SUBSCRIPTION 1068
@@ -95,6 +96,7 @@ #define IDC_PUBLIC 1073
#define IDC_PRIVATE 1074
#define IDC_ALL 1075
+#define IDC_EXPORT_PRIVATE 1076
// Next default values for new objects
//
@@ -102,7 +104,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 115
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1076
+#define _APS_NEXT_CONTROL_VALUE 1077
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|