Enabled LZMA selection
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3197 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b77f339455
commit
c70cc031d2
3 changed files with 0 additions and 16 deletions
|
@ -93,9 +93,7 @@ BEGIN
|
|||
MENUITEM "Defa&ult", IDM_DEFAULT
|
||||
MENUITEM "&zlib", IDM_ZLIB
|
||||
MENUITEM "bzi&p2", IDM_BZIP2
|
||||
#ifdef LZMA_COMPRESSOR_SUPPORT
|
||||
MENUITEM "&lzma", IDM_LZMA
|
||||
#endif
|
||||
MENUITEM "&Best", IDM_BEST
|
||||
END
|
||||
MENUITEM "Edit Script\tCtrl+E", IDM_EDITSCRIPT
|
||||
|
@ -273,9 +271,7 @@ BEGIN
|
|||
IDS_BZIP2 "bzip2"
|
||||
IDS_RECOMPILE_TEST "Recompile and run"
|
||||
IDS_BEST "Best"
|
||||
#ifdef LZMA_COMPRESSOR_SUPPORT
|
||||
IDS_LZMA "lzma"
|
||||
#endif
|
||||
END
|
||||
|
||||
#endif // English (U.S.) resources
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue