fixed bug #1466486 - typo and menu problems in MakeNSISw

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4651 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-04-07 18:49:03 +00:00
parent a4724a1d6b
commit 4d12c5a857
8 changed files with 49 additions and 32 deletions

View file

@ -56,11 +56,6 @@
#define TIMEOUT 100
#define MINWIDTH 350
#define MINHEIGHT 180
#define FILE_MENU_INDEX 0
#define EDIT_MENU_INDEX 1
#define SCRIPT_MENU_INDEX 2
#define COMPRESSOR_MENU_INDEX 4
#define TOOLS_MENU_INDEX 3
#define COMPRESSOR_MESSAGE "\n\nThe %s compressor created the smallest installer (%d bytes)."
#define RESTORED_COMPRESSOR_MESSAGE "\n\nThe %s compressor created the smallest installer (%d bytes)."
#define EXE_HEADER_COMPRESSOR_STAT "EXE header size:"
@ -112,7 +107,7 @@ char *compressor_display_names[] = {"Defined in Script/Compiler Default",
"LZMA",
"LZMA (solid)",
"Best Compressor"};
WORD compressor_commands[] = {IDM_SCRIPT,
WORD compressor_commands[] = {IDM_COMPRESSOR_SCRIPT,
IDM_ZLIB,
IDM_ZLIB_SOLID,
IDM_BZIP2,