Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '7zip/UI/Resource/CompressDialog/resource.h')
-rwxr-xr-x7zip/UI/Resource/CompressDialog/resource.h16
1 files changed, 12 insertions, 4 deletions
diff --git a/7zip/UI/Resource/CompressDialog/resource.h b/7zip/UI/Resource/CompressDialog/resource.h
index 93837032..847bb3f9 100755
--- a/7zip/UI/Resource/CompressDialog/resource.h
+++ b/7zip/UI/Resource/CompressDialog/resource.h
@@ -26,7 +26,15 @@
#define IDC_STATIC_COMPRESS_METHOD 1104
#define IDC_STATIC_COMPRESS_DICTIONARY 1105
#define IDC_STATIC_COMPRESS_ORDER 1106
-#define IDC_COMPRESS_PASSWORD 1107
-#define IDC_COMPRESS_EDIT_PASSWORD 1108
-#define IDC_COMPRESS_CHECK_SHOW_PASSWORD 1109
-#define IDC_COMPRESS_CHECK_ENCRYPT_FILE_NAMES 1110
+
+#define IDC_COMPRESS_ENCRYPTION 1110
+#define IDC_STATIC_COMPRESS_PASSWORD1 1111
+#define IDC_COMPRESS_EDIT_PASSWORD1 1112
+#define IDC_STATIC_COMPRESS_PASSWORD2 1113
+#define IDC_COMPRESS_EDIT_PASSWORD2 1114
+#define IDC_COMPRESS_CHECK_SHOW_PASSWORD 1115
+
+#define IDC_STATIC_COMPRESS_ENCRYPTION_METHOD 1120
+#define IDC_COMPRESS_COMBO_ENCRYPTION_METHOD 1121
+
+#define IDC_COMPRESS_CHECK_ENCRYPT_FILE_NAMES 1122