mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 09:57:26 +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
|
Function PostInstallOptionsPage
|
||||||
; Set the text on the dialog button to match finish, hide the back and cancel buttons
|
; Set the text on the dialog button to match finish, hide the back and cancel buttons
|
||||||
GetDlgItem $R1 $hwndparent 1
|
GetDlgItem $R1 $hwndparent 1
|
||||||
SendMessage $R1 ${WM_SETTEXT} 0 "STR:$(^CloseBtn)"
|
SendMessage $R1 ${WM_SETTEXT} 0 "STR:&Finish"
|
||||||
|
|
||||||
GetDlgItem $R2 $hwndparent 2
|
GetDlgItem $R2 $hwndparent 2
|
||||||
ShowWindow $R2 0
|
ShowWindow $R2 0
|
||||||
|
|
Loading…
Reference in a new issue