]> git.lyx.org Git - features.git/commitdiff
installer: update for LyX 1.6rc1
authorUwe Stöhr <uwestoehr@web.de>
Tue, 5 Aug 2008 23:51:43 +0000 (23:51 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Tue, 5 Aug 2008 23:51:43 +0000 (23:51 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26079 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/AltInstaller/ChangeLog.txt
development/Win32/packaging/AltInstaller/LanguageSettings.nsh
development/Win32/packaging/AltInstaller/Settings.nsh

index 40d381aa51b60ea84cef458b02837514f36522a0..8fef9875276c5e05daa76e6b51f6c6467713d2a9 100644 (file)
@@ -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
index 55e85637251033cf77c297eaf46f1cc27b1e7658..abc7bb82dae9d28285d3b61a3d070c500e4a4ad6 100644 (file)
@@ -10,6 +10,7 @@
  StrCpy ${LangCdeSys} ""
 
   ${if} ${LangISOCode} = 1025
+   StrCpy ${LangNme} "Arabic"
    StrCpy ${LangCdeSys} "ar"
    StrCpy ${LangNmeSys} "Arabic"
    StrCpy ${LangSysEnc} "1256"
   ${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
 
index 5050dceca7554f581db2e6d910f92c6350a61587..06f10c9cb9a274a17fb8b48d41ffd0e6c72f889b 100644 (file)
@@ -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"