fix variable name for Start Menu folder
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5472 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0b8811f237
commit
562d0de639
2 changed files with 2305 additions and 2305 deletions
|
@ -546,7 +546,7 @@
|
||||||
!insertmacro MUI_PAGE_LICENSE "License.rtf"
|
!insertmacro MUI_PAGE_LICENSE "License.rtf"
|
||||||
!insertmacro MUI_PAGE_COMPONENTS
|
!insertmacro MUI_PAGE_COMPONENTS
|
||||||
|
|
||||||
Var STARTMENU_FOLDER
|
Var StartMenuFolder
|
||||||
!insertmacro MUI_PAGE_STARTMENU "Application" $StartMenuFolder
|
!insertmacro MUI_PAGE_STARTMENU "Application" $StartMenuFolder
|
||||||
</pre>
|
</pre>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -527,7 +527,7 @@
|
||||||
!insertmacro MUI_PAGE_LICENSE "License.rtf"
|
!insertmacro MUI_PAGE_LICENSE "License.rtf"
|
||||||
!insertmacro MUI_PAGE_COMPONENTS
|
!insertmacro MUI_PAGE_COMPONENTS
|
||||||
|
|
||||||
Var STARTMENU_FOLDER
|
Var StartMenuFolder
|
||||||
!insertmacro MUI_PAGE_STARTMENU "Application" $StartMenuFolder
|
!insertmacro MUI_PAGE_STARTMENU "Application" $StartMenuFolder
|
||||||
</pre>
|
</pre>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue