mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 23:15:31 +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
|
||||
!endif
|
||||
|
||||
; change the button text so close says "Finish"
|
||||
MiscButtonText "Back" "Next" "Cancel" "Finish"
|
||||
|
||||
; make sure none of the installed applications are still running
|
||||
!insertmacro CheckForRunningApplications "installed" "Installer"
|
||||
${nsProcess::Unload}
|
||||
|
|
Loading…
Reference in a new issue