Skip to content

Commit 449b815

Browse files
committed
code review: fixed missed compression levels by brotli, etc (commented for some reason for "Swfc" in mainline, but got mistakenly expanded by merge for another methods); removed double MD5 menuitem
1 parent 4d2568f commit 449b815

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CPP/7zip/UI/FileManager/resource.rc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ BEGIN
6262
MENUITEM "MD2", IDM_MD2
6363
MENUITEM "MD4", IDM_MD4
6464
MENUITEM "MD5", IDM_MD5
65-
MENUITEM "MD5", IDM_MD5
6665
MENUITEM "SHA-1", IDM_SHA1
6766
MENUITEM "SHA-256", IDM_SHA256
6867
MENUITEM "SHA-384", IDM_SHA384

CPP/7zip/UI/GUI/CompressDialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,6 @@ static const CFormatInfo g_Formats[] =
400400
METHODS_PAIR(g_ZstdMethods),
401401
kFF_MultiThread
402402
},
403-
/*
404403
{
405404
"Brotli",
406405
(1 << 0) | (1 << 1) | (1 << 3) | (1 << 6) | (1 << 9) | (1 << 11),
@@ -425,6 +424,7 @@ static const CFormatInfo g_Formats[] =
425424
METHODS_PAIR(g_Lz5Methods),
426425
kFF_MultiThread
427426
},
427+
/*
428428
{
429429
"Swfc",
430430
(1 << 1) | (1 << 3) | (1 << 5) | (1 << 7) | (1 << 9),

0 commit comments

Comments
 (0)