mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
try to change button text at very end
This commit is contained in:
parent
f830c9ce25
commit
db5935c275
1 changed files with 4 additions and 4 deletions
|
@ -784,10 +784,6 @@ Function PostInstallOptionsPage
|
|||
Abort
|
||||
${EndIf}
|
||||
|
||||
; Set the text on the dialog button to match finish
|
||||
GetDlgItem $0 $hwndparent 1
|
||||
SendMessage $0 ${WM_SETTEXT} 0 "STR:$(^CloseBtn)"
|
||||
|
||||
${NSD_CreateLabel} 0 0 100% 12u "Setup Options"
|
||||
Pop $OPTIONS_LABEL
|
||||
|
||||
|
@ -834,6 +830,10 @@ Function PostInstallOptionsPage
|
|||
${NSD_SetState} $LAUNCH_NOW_CHECKBOX ${BST_CHECKED}
|
||||
|
||||
nsDialogs::Show
|
||||
|
||||
; Set the text on the dialog button to match finish
|
||||
GetDlgItem $0 $hwndparent 1
|
||||
SendMessage $0 ${WM_SETTEXT} 0 "STR:$(^CloseBtn)"
|
||||
FunctionEnd
|
||||
|
||||
Var DESKTOP_CLIENT_STATE
|
||||
|
|
Loading…
Reference in a new issue