mirror of
https://github.com/lubosz/overte.git
synced 2025-04-18 04:18:17 +02:00
change close button text before nsDialog create
This commit is contained in:
parent
db5935c275
commit
7ce36a69a0
1 changed files with 4 additions and 4 deletions
|
@ -777,6 +777,10 @@ Var LAUNCH_NOW_CHECKBOX
|
|||
Var CURRENT_OFFSET
|
||||
|
||||
Function PostInstallOptionsPage
|
||||
; Set the text on the dialog button to match finish
|
||||
GetDlgItem $0 $hwndparent 1
|
||||
SendMessage $0 ${WM_SETTEXT} 0 "STR:$(^CloseBtn)"
|
||||
|
||||
nsDialogs::Create 1018
|
||||
Pop $POST_INSTALL_DIALOG
|
||||
|
||||
|
@ -830,10 +834,6 @@ 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