mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
installer: update for LyX 1.6rc1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26079 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
35bfca8f60
commit
86cad4b442
@ -3,7 +3,7 @@
|
||||
(list of current regressions: http://tinyurl.com/yu4the )
|
||||
(list of current crashes and critical bugs: http://tinyurl.com/653prg)
|
||||
- Ukrainian translation of the installer (thanks to Yuri Chornoivan)
|
||||
- Arabic translation of the installer (thanks to Hatim Alahmad)
|
||||
- Arabic translation of the installer (thanks to Hatim Alahmadi)
|
||||
|
||||
|
||||
Version 4.06
|
||||
|
@ -10,6 +10,7 @@
|
||||
StrCpy ${LangCdeSys} ""
|
||||
|
||||
${if} ${LangISOCode} = 1025
|
||||
StrCpy ${LangNme} "Arabic"
|
||||
StrCpy ${LangCdeSys} "ar"
|
||||
StrCpy ${LangNmeSys} "Arabic"
|
||||
StrCpy ${LangSysEnc} "1256"
|
||||
@ -222,6 +223,7 @@
|
||||
${endif}
|
||||
|
||||
${if} ${LangISOCode} = 1058
|
||||
StrCpy ${LangNme} "Ukrainian"
|
||||
StrCpy ${LangCdeSys} "uk"
|
||||
StrCpy ${LangNmeSys} "Ukrainian"
|
||||
StrCpy ${LangSysEnc} "1251"
|
||||
@ -694,7 +696,7 @@ Function SelectMenuLanguage_LeaveFunction
|
||||
!insertmacro MUI_INSTALLOPTIONS_READ $LangName "io_ui_language.ini" "Field 2" "State"
|
||||
# Get the language code
|
||||
StrCpy $LangCode ""
|
||||
!insertmacro GetLangCode $LangCode $LangName $LangEncoding # macro from lyx_utils.nsh
|
||||
!insertmacro GetLangCode $LangCode $LangName $LangEncoding
|
||||
|
||||
FunctionEnd
|
||||
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
!define PRODUCT_DIR "D:\LyXPackage1.6"
|
||||
!define PRODUCT_NAME "LyX"
|
||||
!define PRODUCT_VERSION "1.6.0beta4"
|
||||
!define PRODUCT_VERSION_SHORT "16beta4"
|
||||
!define PRODUCT_VERSION "1.6.0rc1"
|
||||
!define PRODUCT_VERSION_SHORT "16rc1"
|
||||
!define PRODUCT_SUBFOLDER "lyx16"
|
||||
!define PRODUCT_LICENSE_FILE "${PRODUCT_DIR}\License.txt"
|
||||
!define PRODUCT_SOURCEDIR "${PRODUCT_DIR}\LyX"
|
||||
|
Loading…
Reference in New Issue
Block a user