Skip to content

Commit

Permalink
Fix #80
Browse files Browse the repository at this point in the history
- Vanilla 7-Zip compatibility options are marked with '[std]'
  in the Compression dialog now
  • Loading branch information
mcmilk committed Jul 29, 2019
1 parent faf6557 commit dbef332
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CPP/7zip/UI/GUI/CompressDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ enum EMethodID

static LPCSTR const kMethodsLongnames[] =
{
"Copy"
"Copy [std]"
, "Zstandard"
, "Brotli"
, "LZ4"
Expand All @@ -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[] =
Expand Down

0 comments on commit dbef332

Please sign in to comment.