commit 324b20f62acabc296bd967c6150473169cbb8399
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Wed Dec 4 00:02:42 2013 +0100

    installer: default to LyX 2.1's LyXRC format

diff --git a/development/Win32/packaging/installer/setup/configure.nsh 
b/development/Win32/packaging/installer/setup/configure.nsh
index e22ca9d..0601a1d 100644
--- a/development/Win32/packaging/installer/setup/configure.nsh
+++ b/development/Win32/packaging/installer/setup/configure.nsh
@@ -139,8 +139,8 @@ Section -Configure
   ClearErrors
   Delete "$INSTDIR\Resources\lyxrc.dist"
   FileOpen $R1 "$INSTDIR\Resources\lyxrc.dist" w
-  # set the format
-  FileWrite $R1 'Format 1$\r$\n'
+  # set the format to the latest LyXRC format
+  FileWrite $R1 'Format 14$\r$\n'
   # set some general things
   FileWrite $R1 '\screen_zoom 120$\r$\n'
   ${if} "$PathPrefix" != ""

Reply via email to