mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix typo in NSIS variable
This commit is contained in:
parent
6daa34f164
commit
0d47e812c8
1 changed files with 1 additions and 1 deletions
|
@ -904,7 +904,7 @@ Function PostInstallOptionsPage
|
|||
IntOp $CurrentOffset $CurrentOffset + 15
|
||||
${EndIf}
|
||||
|
||||
${If} ${SectionIsSelected} ${@SEVER_COMPONENT_NAME@}
|
||||
${If} ${SectionIsSelected} ${@SERVER_COMPONENT_NAME@}
|
||||
${NSD_CreateCheckbox} 0 $CurrentOffset$OffsetUnits 100% 10u "&Launch High Fidelity Server Console Now"
|
||||
${Else}
|
||||
${NSD_CreateCheckbox} 0 $CurrentOffset$OffsetUnits 100% 10u "&Launch High Fidelity Now"
|
||||
|
|
Loading…
Reference in a new issue