Changed display name for LZMA compressor
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3213 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
77b371896a
commit
1d60445b40
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ char *compressor_names[] = {"",
|
||||||
char *compressor_display_names[] = {"Defined in Script/MakeNSIS Default",
|
char *compressor_display_names[] = {"Defined in Script/MakeNSIS Default",
|
||||||
"ZLIB",
|
"ZLIB",
|
||||||
"BZIP2",
|
"BZIP2",
|
||||||
"7-Zip (LZMA)",
|
"LZMA (7-Zip)",
|
||||||
"Best Compressor"};
|
"Best Compressor"};
|
||||||
WORD compressor_commands[] = {IDM_SCRIPT,
|
WORD compressor_commands[] = {IDM_SCRIPT,
|
||||||
IDM_ZLIB,
|
IDM_ZLIB,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue