mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 04:07:11 +02:00
attempted fix for finish button text change
This commit is contained in:
parent
399cc5c4d4
commit
fe220ca658
1 changed files with 2 additions and 1 deletions
|
@ -785,7 +785,8 @@ Function PostInstallOptionsPage
|
|||
${EndIf}
|
||||
|
||||
; Set the text on the dialog button to match finish
|
||||
SendMessage $POST_INSTALL_DIALOG ${WM_SETTEXT} 1 "STR:$(^CloseBtn)"
|
||||
GetDlgItem $0 $hwndparent 1
|
||||
SendMessage $0 ${WM_SETTEXT} 0 "STR:$(^CloseBtn)"
|
||||
|
||||
${NSD_CreateLabel} 0 0 100% 12u "Setup Options"
|
||||
Pop $OPTIONS_LABEL
|
||||
|
|
Loading…
Reference in a new issue