From d44592bc00f85181b5843a6594585664a63ced14 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Thu, 24 Jan 2013 21:32:09 +0200 Subject: merged with miranda_ng main repo implemented #83 --- resource.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'resource.h') diff --git a/resource.h b/resource.h index 1135dbd..7ffd83c 100755 --- a/resource.h +++ b/resource.h @@ -17,6 +17,7 @@ #define IDI_UNSECURED 113 #define IDD_OPT_GPG_ADVANCED 113 #define IDD_ENCRYPTED_FILE_MSG_BOX 114 +#define IDD_EXPORT_TYPE 115 #define IDC_SET_BIN_PATH 1016 #define IDC_SET_HOME_DIR 1017 #define IDC_BIN_PATH 1018 @@ -40,6 +41,8 @@ #define IDC_SELECT_EXISTING 1026 #define IDC_KEY_EMAIL 1026 #define IDC_IGNORE 1026 +#define IDC_OK 1026 +#define IDC_EXPORT 1026 #define IDC_DELETE_KEY_BUTTON 1027 #define IDC_IN_CLOSE_TAG 1027 #define IDC_KEY_REAL_NAME 1027 @@ -61,6 +64,7 @@ #define IDC_LOG_FILE_SET 1046 #define IDC_IMPORT 1046 #define IDC_DECRYPT 1046 +#define IDC_CANCEL 1046 #define IDC_SAVE_PASSWORD 1047 #define IDC_DEBUG_LOG 1048 #define IDC_JABBER_API 1049 @@ -88,6 +92,9 @@ #define IDC_KEY_ID 1071 #define IDC_COMBO1 1072 #define IDC_ACCOUNT 1072 +#define IDC_PUBLIC 1073 +#define IDC_PRIVATE 1074 +#define IDC_ALL 1075 // Next default values for new objects // @@ -95,7 +102,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 115 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1073 +#define _APS_NEXT_CONTROL_VALUE 1076 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif -- cgit v1.2.3