mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 04:07:11 +02:00
explicitly set text for post install dialog button
This commit is contained in:
parent
b1b99479cc
commit
98284862f0
1 changed files with 1 additions and 1 deletions
|
@ -784,7 +784,7 @@ Function PostInstallOptionsPage
|
|||
${EndIf}
|
||||
|
||||
; Set the text on the dialog button to match finish
|
||||
SendMessage $POST_INSTALL_DIALOG ${WM_SETTEXT} 0 "STR:$(^CloseBtn)"
|
||||
SendMessage $POST_INSTALL_DIALOG ${WM_SETTEXT} 0 "STR:&Finish"
|
||||
|
||||
${NSD_CreateLabel} 0 0 100% 12u "Setup Options"
|
||||
|
||||
|
|
Loading…
Reference in a new issue