Added /checknoshortcuts

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1669 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-11-11 17:17:33 +00:00
parent e6ed3bdf82
commit 89ddb8a245
6 changed files with 71 additions and 57 deletions

View file

@ -35,7 +35,9 @@ BEGIN
WS_CLIPSIBLINGS
LTEXT "",IDC_TEXT,17,65,55,11,WS_CLIPSIBLINGS
LISTBOX IDC_DIRLIST,76,42,48,40,LBS_SORT | LBS_NOINTEGRALHEIGHT |
WS_CLIPSIBLINGS | WS_VSCROLL | WS_TABSTOP | LBS_NOTIFY
WS_CLIPSIBLINGS | WS_VSCROLL | WS_TABSTOP
CONTROL "",IDC_CHECK,"Button",BS_AUTOCHECKBOX | NOT WS_VISIBLE |
WS_TABSTOP,21,44,16,8
END