mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 20:58:38 +02:00
change buttons in post install options for new placement
This commit is contained in:
parent
2a2760b708
commit
a44c34dd0b
1 changed files with 2 additions and 9 deletions
|
@ -502,13 +502,6 @@ Var CopyFromProductionCheckbox
|
||||||
!macroend
|
!macroend
|
||||||
|
|
||||||
Function PostInstallOptionsPage
|
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:&Finish"
|
|
||||||
|
|
||||||
GetDlgItem $R3 $hwndparent 3
|
|
||||||
ShowWindow $R3 0
|
|
||||||
|
|
||||||
nsDialogs::Create 1018
|
nsDialogs::Create 1018
|
||||||
Pop $PostInstallDialog
|
Pop $PostInstallDialog
|
||||||
|
|
||||||
|
@ -558,9 +551,9 @@ Function PostInstallOptionsPage
|
||||||
${EndIf}
|
${EndIf}
|
||||||
|
|
||||||
${If} ${SectionIsSelected} ${@SERVER_COMPONENT_NAME@}
|
${If} ${SectionIsSelected} ${@SERVER_COMPONENT_NAME@}
|
||||||
${NSD_CreateCheckbox} 0 $CurrentOffset$OffsetUnits 100% 10u "&Launch High Fidelity Server Console Now"
|
${NSD_CreateCheckbox} 0 $CurrentOffset$OffsetUnits 100% 10u "&Launch High Fidelity Server Console after install"
|
||||||
${Else}
|
${Else}
|
||||||
${NSD_CreateCheckbox} 0 $CurrentOffset$OffsetUnits 100% 10u "&Launch High Fidelity Now"
|
${NSD_CreateCheckbox} 0 $CurrentOffset$OffsetUnits 100% 10u "&Launch High Fidelity after install"
|
||||||
${EndIf}
|
${EndIf}
|
||||||
|
|
||||||
Pop $LaunchNowCheckbox
|
Pop $LaunchNowCheckbox
|
||||||
|
|
Loading…
Reference in a new issue