MUI_COMPONENTS -> MUI_PAGE_COMPONENTS (thanks RIV@NVX)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2708 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-07-11 14:36:46 +00:00
parent 8bf75b3634
commit af7dbb9a91

View file

@ -460,7 +460,7 @@ own page commands between the page macro's:</p>
<pre class="margin">
!insertmacro MUI_PAGE_WELCOME
Page custom FunctionName ;Custom page
!insertmacro MUI_COMPONENTS
!insertmacro MUI_PAGE_COMPONENTS
</pre>
<p class="text">For the uninstaller:</p>
<pre class="margin">