applied patch #1334155 - zip2exe: checkbox for solid compression
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4336 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d6145f7e0f
commit
a9c8f27cb3
4 changed files with 33 additions and 17 deletions
|
@ -30,16 +30,16 @@
|
|||
#define IDC_CLASSICUI 1025
|
||||
#define IDC_INFO 1026
|
||||
#define IDC_NSISICON 1027
|
||||
#define IDC_BZIP3 1028
|
||||
#define IDC_LZMA 1028
|
||||
#define IDC_SOLID 1029
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
//
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 103
|
||||
#define _APS_NEXT_COMMAND_VALUE 40001
|
||||
#define _APS_NEXT_CONTROL_VALUE 1028
|
||||
#define _APS_NEXT_CONTROL_VALUE 1030
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue