- 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[] =
{
"Copy"
"Copy [std]"
, "Zstandard"
, "Brotli"
, "LZ4"
@@ -129,14 +129,14 @@ static LPCSTR const kMethodsLongnames[] =
, "Lizard, LIZv1"
, "Lizard, FastLZ4 + Huffman"
, "Lizard, LIZv1 + Huffman"
, "LZMA"
, "LZMA2"
, "LZMA2, Fast"
, "PPMd"
, "BZip2"
, "Deflate"
, "Deflate64"
, "PPMd"
, "LZMA [std]"
, "LZMA2 [std]"
, "LZMA2, Fast [std]"
, "PPMd [std]"
, "BZip2 [std]"
, "Deflate [std]"
, "Deflate64 [std]"
, "PPMd [std]"
};
static LPCSTR const kMethodsNames[] =