]> git.lyx.org Git - features.git/commitdiff
installer: default to LyX 2.1's LyXRC format
authorUwe Stöhr <uwestoehr@lyx.org>
Tue, 3 Dec 2013 23:02:42 +0000 (00:02 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Tue, 3 Dec 2013 23:02:42 +0000 (00:02 +0100)
development/Win32/packaging/installer/setup/configure.nsh

index e22ca9d32a1a4b4bc73734d342a0e9ef670d67c5..0601a1da90def58f931e273d61bec085224f9cd3 100644 (file)
@@ -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" != ""