mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 09:15:00 -06:00
Fix #80
- Vanilla 7-Zip compatibility options are marked with '[std]' in the Compression dialog now
This commit is contained in:
@@ -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[] =
|
||||
|
||||
Reference in New Issue
Block a user