Zip2Exe: Unicode checkbox and minor fixes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6383 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
13423fbba5
commit
5ae11b00fa
4 changed files with 42 additions and 58 deletions
|
@ -32,6 +32,7 @@
|
|||
#define IDC_NSISICON 1027
|
||||
#define IDC_LZMA 1028
|
||||
#define IDC_SOLID 1029
|
||||
#define IDC_UNICODE 1030
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
|
@ -39,7 +40,7 @@
|
|||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 103
|
||||
#define _APS_NEXT_COMMAND_VALUE 40001
|
||||
#define _APS_NEXT_CONTROL_VALUE 1030
|
||||
#define _APS_NEXT_CONTROL_VALUE 1031
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue