summaryrefslogtreecommitdiff
path: root/src/resource.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-01-24 21:36:18 +0200
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-01-24 21:36:18 +0200
commit5574cabe88f53283e287cf436dbb63fbaee65c23 (patch)
tree86e8ce44ac3e419b1910a09f0d87c2ee2caf0635 /src/resource.h
parent68bafd3f9b745a9501dfe4121ffda7f3d9ccf129 (diff)
merged with miranda_ng main repo
implemented #83
Diffstat (limited to 'src/resource.h')
-rwxr-xr-xsrc/resource.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/resource.h b/src/resource.h
index 1135dbd..7ffd83c 100755
--- a/src/resource.h
+++ b/src/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