Custom leave function updates

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2336 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-03-18 15:51:01 +00:00
parent 070d1f136a
commit 56507e9e34
4 changed files with 7 additions and 7 deletions

View file

@ -519,7 +519,7 @@
!endif
!ifdef MUI_WELCOMEPAGE
Page custom mui.Welcome "" "MUI_INSTALLBUTTON_WELCOME"
Page custom mui.Welcome "" "" "MUI_INSTALLBUTTON_WELCOME"
!endif
!ifndef MUI_NOVERBOSE && MUI_MANUALVERBOSE
@ -583,7 +583,7 @@
!endif
!ifdef MUI_STARTMENUPAGE
Page custom mui.Startmenu "" "MUI_INSTALLBUTTON_STARTMENU"
Page custom mui.Startmenu "" "" "MUI_INSTALLBUTTON_STARTMENU"
!endif
!ifndef MUI_NOVERBOSE && MUI_MANUALVERBOSE
@ -614,9 +614,9 @@
!ifdef MUI_FINISHPAGE
!ifdef MUI_FINISHPAGE_RUN | MUI_FINISHPAGE_SHOWREADME)
Page custom mui.Finish "" /ENABLECANCEL
Page custom mui.Finish /ENABLECANCEL
!else
Page custom mui.Finish ""
Page custom mui.Finish
!endif
!endif