installer: default to LyX 2.1's LyXRC format

This commit is contained in:
Uwe Stöhr 2013-12-04 00:02:42 +01:00
parent fb034884ac
commit 324b20f62a

View 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" != ""