mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 04:07:11 +02:00
use explicit text for finish button
This commit is contained in:
parent
47dbd9d850
commit
ef0d3b11e9
1 changed files with 1 additions and 1 deletions
|
@ -779,7 +779,7 @@ Var CURRENT_OFFSET
|
|||
Function PostInstallOptionsPage
|
||||
; Set the text on the dialog button to match finish, hide the back and cancel buttons
|
||||
GetDlgItem $R1 $hwndparent 1
|
||||
SendMessage $R1 ${WM_SETTEXT} 0 "STR:$(^CloseBtn)"
|
||||
SendMessage $R1 ${WM_SETTEXT} 0 "STR:&Finish"
|
||||
|
||||
GetDlgItem $R2 $hwndparent 2
|
||||
ShowWindow $R2 0
|
||||
|
|
Loading…
Reference in a new issue