mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:58:59 +02:00
change the close button text to finish
This commit is contained in:
parent
c01ba7714c
commit
30b1341dbb
1 changed files with 3 additions and 0 deletions
|
@ -923,6 +923,9 @@ Function .onInit
|
||||||
Quit
|
Quit
|
||||||
!endif
|
!endif
|
||||||
|
|
||||||
|
; change the button text so close says "Finish"
|
||||||
|
MiscButtonText "Back" "Next" "Cancel" "Finish"
|
||||||
|
|
||||||
; make sure none of the installed applications are still running
|
; make sure none of the installed applications are still running
|
||||||
!insertmacro CheckForRunningApplications "installed" "Installer"
|
!insertmacro CheckForRunningApplications "installed" "Installer"
|
||||||
${nsProcess::Unload}
|
${nsProcess::Unload}
|
||||||
|
|
Loading…
Reference in a new issue