mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 05:55:34 +00:00
Win installer: init.nsh: a change that I forgot to backport
This commit is contained in:
parent
25561db6a4
commit
33b9157b67
@ -180,7 +180,7 @@ Section "English (GB)" SecDEnglishGB
|
||||
# already installed by default
|
||||
SectionIn RO
|
||||
#StrCpy $DictCodes "en_GB,$DictCodes"
|
||||
AddSize 760
|
||||
AddSize 735
|
||||
SectionEnd
|
||||
|
||||
Section /o "English (NZ)" SecDEnglishNZ
|
||||
@ -416,6 +416,11 @@ Section /o "Thai" SecDThai
|
||||
AddSize 351
|
||||
SectionEnd
|
||||
|
||||
Section /o "Tibetan" SecDTibetan
|
||||
StrCpy $DictCodes "bo_CN,$DictCodes"
|
||||
AddSize 7
|
||||
SectionEnd
|
||||
|
||||
Section /o "Türkmençe" SecDTurkmen
|
||||
StrCpy $DictCodes "tk_TM,$DictCodes"
|
||||
AddSize 950
|
||||
@ -1186,6 +1191,13 @@ Function .onInit
|
||||
SectionSetFlags ${SecDThai} $0
|
||||
SectionSetSize ${SecDThai} 0
|
||||
${endif}
|
||||
StrCpy $Search "bo_CN"
|
||||
Call StrPoint
|
||||
${if} $Pointer != "-1"
|
||||
IntOp $0 ${SF_SELECTED} | ${SF_RO}
|
||||
SectionSetFlags ${SecDTibetan} $0
|
||||
SectionSetSize ${SecDTibetan} 0
|
||||
${endif}
|
||||
StrCpy $Search "tk_TM"
|
||||
Call StrPoint
|
||||
${if} $Pointer != "-1"
|
||||
|
Loading…
Reference in New Issue
Block a user