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:
parent
bcf3899e68
commit
7f5e1d7b1b
2 changed files with 5 additions and 1 deletions
|
@ -782,6 +782,9 @@ Extra space for the text area (if using checkboxes).</p>
|
|||
<p><strong>MUI_FINISHPAGE_BUTTON</strong> <span class=
|
||||
"parameter">text</span><br />
|
||||
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=
|
||||
"parameter">text</span><br />
|
||||
Text to display on the finish page when asking for a system reboot.
|
||||
|
|
|
@ -985,7 +985,7 @@ Var /GLOBAL MUI_TEMP2
|
|||
!endif
|
||||
!endif
|
||||
|
||||
!ifdef MUI_FINISHPAGE_RUN | MUI_FINISHPAGE_SHOWREADME
|
||||
!ifdef MUI_FINISHPAGE_CANCEL_ENABLED
|
||||
!define MUI_FINISHPAGE_ABORTWARNINGCHECK
|
||||
!ifndef 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_LARGE
|
||||
!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_REBOOTNOW
|
||||
!insertmacro MUI_UNSET MUI_FINISHPAGE_TEXT_REBOOTLATER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue