Update the formats of lyxrc.dist.in to 21

In the end, no changes were needed. This was decided by prefs2prefs
for MacOSX and cygwin, and by manual inspection for Win32.
This commit is contained in:
Scott Kostyshak 2017-04-23 15:02:39 -04:00
parent 36911477ce
commit e9deea03db
4 changed files with 4 additions and 3 deletions

View File

@ -10,7 +10,7 @@
# This file is written by LyX, if you want to make your own
# modifications you should do them from inside LyX and save
Format 19
Format 21
\bind_file "mac"

View File

@ -157,7 +157,7 @@ Section -Configure
Delete "$INSTDIR\Resources\lyxrc.dist"
FileOpen $R1 "$INSTDIR\Resources\lyxrc.dist" w
# set the format to the latest LyXRC format
FileWrite $R1 'Format 19$\r$\n'
FileWrite $R1 'Format 21$\r$\n'
# set some general things
FileWrite $R1 '\screen_zoom 120$\r$\n'
${if} "$PathPrefix" != ""

View File

@ -10,7 +10,7 @@
# The file lyxrc.dist gives initial global options for all LyX users.
# Almost all settings here can be overridden through the preferences in LyX.
Format 19
Format 21
\screen_dpi 96
\screen_zoom 150

View File

@ -88,6 +88,7 @@
# Add jbibtex_alternatives, allow "automatic" value
# of bibtex_command and jbibtex_command (actually the
# default now)
# No conversion necessary.
# NOTE: The format should also be updated in LYXRC.cpp and
# in configure.py.