diff options
author | Alexander Gluzsky <sss123next@list.ru> | 2013-01-24 19:26:22 +0000 |
---|---|---|
committer | Alexander Gluzsky <sss123next@list.ru> | 2013-01-24 19:26:22 +0000 |
commit | 270ca4cfb74b5bbcff9402264bc476b9c79028c1 (patch) | |
tree | 3d286336b8125d4f415aa42bcc1a327a4ab84057 /plugins/New_GPG/src/resource.h | |
parent | 30144e31da8cae86a7d3ab070f34b9f9ef79c2e5 (diff) |
some memory allocation bugs fixed
enhanced key export/import
git-svn-id: http://svn.miranda-ng.org/main/trunk@3267 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/New_GPG/src/resource.h')
-rwxr-xr-x | plugins/New_GPG/src/resource.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/plugins/New_GPG/src/resource.h b/plugins/New_GPG/src/resource.h index 1135dbd3ea..7ffd83c47b 100755 --- a/plugins/New_GPG/src/resource.h +++ b/plugins/New_GPG/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
|