fixed bug #1267491 - MUI finish page has unnecessary cancel button

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5068 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-04-13 20:10:50 +00:00
parent bcf3899e68
commit 7f5e1d7b1b
2 changed files with 5 additions and 1 deletions

View file

@ -782,6 +782,9 @@ Extra space for the text area (if using checkboxes).</p>
<p><strong>MUI_FINISHPAGE_BUTTON</strong> <span class= <p><strong>MUI_FINISHPAGE_BUTTON</strong> <span class=
"parameter">text</span><br /> "parameter">text</span><br />
Text to display on the Finish button.</p> Text to display on the Finish button.</p>
<p><strong>MUI_FINISHPAGE_CANCEL_ENABLED</strong><br />
Enable the Cancel button so the user can skip any options
displayed on the finish page.</p>
<p><strong>MUI_FINISHPAGE_TEXT_REBOOT</strong> <span class= <p><strong>MUI_FINISHPAGE_TEXT_REBOOT</strong> <span class=
"parameter">text</span><br /> "parameter">text</span><br />
Text to display on the finish page when asking for a system reboot. Text to display on the finish page when asking for a system reboot.

View file

@ -985,7 +985,7 @@ Var /GLOBAL MUI_TEMP2
!endif !endif
!endif !endif
!ifdef MUI_FINISHPAGE_RUN | MUI_FINISHPAGE_SHOWREADME !ifdef MUI_FINISHPAGE_CANCEL_ENABLED
!define MUI_FINISHPAGE_ABORTWARNINGCHECK !define MUI_FINISHPAGE_ABORTWARNINGCHECK
!ifndef MUI_VAR_NOABORTWARNING !ifndef MUI_VAR_NOABORTWARNING
!define MUI_VAR_NOABORTWARNING !define MUI_VAR_NOABORTWARNING
@ -1008,6 +1008,7 @@ Var /GLOBAL MUI_TEMP2
!insertmacro MUI_UNSET MUI_FINISHPAGE_TEXT !insertmacro MUI_UNSET MUI_FINISHPAGE_TEXT
!insertmacro MUI_UNSET MUI_FINISHPAGE_TEXT_LARGE !insertmacro MUI_UNSET MUI_FINISHPAGE_TEXT_LARGE
!insertmacro MUI_UNSET MUI_FINISHPAGE_BUTTON !insertmacro MUI_UNSET MUI_FINISHPAGE_BUTTON
!insertmacro MUI_UNSET MUI_FINISHPAGE_CANCEL_ENABLED
!insertmacro MUI_UNSET MUI_FINISHPAGE_TEXT_REBOOT !insertmacro MUI_UNSET MUI_FINISHPAGE_TEXT_REBOOT
!insertmacro MUI_UNSET MUI_FINISHPAGE_TEXT_REBOOTNOW !insertmacro MUI_UNSET MUI_FINISHPAGE_TEXT_REBOOTNOW
!insertmacro MUI_UNSET MUI_FINISHPAGE_TEXT_REBOOTLATER !insertmacro MUI_UNSET MUI_FINISHPAGE_TEXT_REBOOTLATER