From: Uwe Stöhr Date: Tue, 3 Dec 2013 23:02:42 +0000 (+0100) Subject: installer: default to LyX 2.1's LyXRC format X-Git-Tag: 2.1.0rc1~367 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=324b20f62acabc296bd967c6150473169cbb8399;p=features.git 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 e22ca9d32a..0601a1da90 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" != ""