From 56507e9e34b68b97d37a5a0cfb9ea592192d27bf Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 18 Mar 2003 15:51:01 +0000 Subject: [PATCH] Custom leave function updates git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2336 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/Modern UI/System.nsh | 8 ++++---- Contrib/NSIS Update/NSISUpdate.nsi | 2 +- Contrib/StartMenu/Example.nsi | 2 +- Docs/src/pages.but | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Contrib/Modern UI/System.nsh b/Contrib/Modern UI/System.nsh index 9f771580..771e4d29 100644 --- a/Contrib/Modern UI/System.nsh +++ b/Contrib/Modern UI/System.nsh @@ -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 diff --git a/Contrib/NSIS Update/NSISUpdate.nsi b/Contrib/NSIS Update/NSISUpdate.nsi index 04ca30a2..0b3e50dd 100644 --- a/Contrib/NSIS Update/NSISUpdate.nsi +++ b/Contrib/NSIS Update/NSISUpdate.nsi @@ -51,7 +51,7 @@ ChangeUI IDD_INSTFILES "Resources\GUI\NSISUpdate.exe" Icon "${NSISDIR}\Contrib\Icons\yi-simple2_install.ico" -Page custom UpdateMethod ": Update Method" +Page custom UpdateMethod "" ": Update Method" Page instfiles ##################################################################### diff --git a/Contrib/StartMenu/Example.nsi b/Contrib/StartMenu/Example.nsi index b9b65dd9..1a63c5a8 100644 --- a/Contrib/StartMenu/Example.nsi +++ b/Contrib/StartMenu/Example.nsi @@ -13,7 +13,7 @@ Function .onVerifyInstDir Abort FunctionEnd -Page custom StartMenuGroupSelect ": Start Menu Folder" +Page custom StartMenuGroupSelect "" ": Start Menu Folder" Function StartMenuGroupSelect Push $R1 diff --git a/Docs/src/pages.but b/Docs/src/pages.but index 7191634b..a0a1452e 100644 --- a/Docs/src/pages.but +++ b/Docs/src/pages.but @@ -30,7 +30,7 @@ Use \R{abort}{Abort} from a built-in page's pre-function to skip the page, and f Examples: \c Page license skipLicense "" stayInLicense -\c Page custom customPage ": custom page" +\c Page custom customPage "" ": custom page" \c Page instfiles \c \c Function skipLicense