Added LicenseForceSelection radiobuttons|checkbox
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2362 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8d4d9c0856
commit
5afc7ec7d4
13 changed files with 175 additions and 47 deletions
|
@ -17,8 +17,8 @@ struct StringTable {
|
|||
GrowBuf user_ustrings;
|
||||
};
|
||||
|
||||
#define NLF_VERSION 2
|
||||
#define NLF_STRINGS 57
|
||||
#define NLF_VERSION 3
|
||||
#define NLF_STRINGS 59
|
||||
|
||||
enum {
|
||||
NLF_BRANDING,
|
||||
|
@ -35,6 +35,8 @@ enum {
|
|||
NLF_BTN_BACK,
|
||||
NLF_BTN_NEXT,
|
||||
NLF_BTN_LICENSE,
|
||||
NLF_BTN_LICENSE_AGREE,
|
||||
NLF_BTN_LICENSE_DISAGREE,
|
||||
NLF_BTN_INSTALL,
|
||||
NLF_BTN_UNINSTALL,
|
||||
NLF_BTN_CANCEL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue