mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 10:47:53 +02:00
move button text changes out of onInit
This commit is contained in:
parent
2d0d73116a
commit
c1776e7f55
1 changed files with 3 additions and 3 deletions
|
@ -74,6 +74,9 @@
|
|||
|
||||
;Set compression
|
||||
SetCompressor @CPACK_NSIS_COMPRESSOR@
|
||||
|
||||
; change the button text so close says "Finish"
|
||||
MiscButtonText "Back" "Next" "Cancel" "Finish"
|
||||
!endif
|
||||
|
||||
@CPACK_NSIS_DEFINES@
|
||||
|
@ -928,9 +931,6 @@ 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