Modern UI 1.62

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1949 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2002-12-14 00:15:41 +00:00
parent 6f600e4485
commit 34f3be86d8
12 changed files with 186 additions and 161 deletions

View file

@ -1,4 +1,4 @@
;NSIS Modern User Interface version 1.61
;NSIS Modern User Interface version 1.62
;Start Menu Folder Selection Example Script
;Written by Joost Verburg
@ -12,7 +12,7 @@
;You can change this variable or the default Start Menu Folder by using
;these defines:
;!define MUI_STARTMENU_VARIABLE "$VARNAME"
;!define MUI_STARTMENU_VARIABLE "$VAR"
;!define MUI_STARTMENU_DEFAULTFOLDER "Folder Name"
;--------------------------------