- Vanilla 7-Zip compatibility options are marked with '[std]'
  in the Compression dialog now
This commit is contained in:
Tino Reichardt
2019-07-29 21:46:56 +02:00
parent faf6557dda
commit dbef332b60

View File

@@ -120,7 +120,7 @@ enum EMethodID
static LPCSTR const kMethodsLongnames[] = static LPCSTR const kMethodsLongnames[] =
{ {
"Copy" "Copy [std]"
, "Zstandard" , "Zstandard"
, "Brotli" , "Brotli"
, "LZ4" , "LZ4"
@@ -129,14 +129,14 @@ static LPCSTR const kMethodsLongnames[] =
, "Lizard, LIZv1" , "Lizard, LIZv1"
, "Lizard, FastLZ4 + Huffman" , "Lizard, FastLZ4 + Huffman"
, "Lizard, LIZv1 + Huffman" , "Lizard, LIZv1 + Huffman"
, "LZMA" , "LZMA [std]"
, "LZMA2" , "LZMA2 [std]"
, "LZMA2, Fast" , "LZMA2, Fast [std]"
, "PPMd" , "PPMd [std]"
, "BZip2" , "BZip2 [std]"
, "Deflate" , "Deflate [std]"
, "Deflate64" , "Deflate64 [std]"
, "PPMd" , "PPMd [std]"
}; };
static LPCSTR const kMethodsNames[] = static LPCSTR const kMethodsNames[] =