mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-11 12:07:12 -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[] =
|
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[] =
|
||||||
|
|||||||
Reference in New Issue
Block a user