commit fc81243adacd1becbb41baaaa4010de816a9858c
Author: Scott Kostyshak <[email protected]>
Date: Mon Aug 14 02:02:57 2017 -0400
Update the formats of lyxrc.dist.in to 22
In the end, no changes were needed. This was decided by prefs2prefs
for MacOSX and cygwin, and by manual inspection for Win32.
---
development/MacOSX/lyxrc.dist.in | 2 +-
.../Win32/packaging/installer/setup/configure.nsh | 2 +-
development/cygwin/lyxrc.dist.in | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/development/MacOSX/lyxrc.dist.in b/development/MacOSX/lyxrc.dist.in
index e48e93d..de950a5 100644
--- a/development/MacOSX/lyxrc.dist.in
+++ b/development/MacOSX/lyxrc.dist.in
@@ -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 21
+Format 22
\bind_file "mac"
diff --git a/development/Win32/packaging/installer/setup/configure.nsh
b/development/Win32/packaging/installer/setup/configure.nsh
index 4957f4d..a8db7f1 100644
--- a/development/Win32/packaging/installer/setup/configure.nsh
+++ b/development/Win32/packaging/installer/setup/configure.nsh
@@ -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 21$\r$\n'
+ FileWrite $R1 'Format 22$\r$\n'
# set some general things
FileWrite $R1 '\screen_zoom 120$\r$\n'
${if} "$PathPrefix" != ""
diff --git a/development/cygwin/lyxrc.dist.in b/development/cygwin/lyxrc.dist.in
index 6b5a1af..1d83da0 100644
--- a/development/cygwin/lyxrc.dist.in
+++ b/development/cygwin/lyxrc.dist.in
@@ -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 21
+Format 22
\screen_dpi 96
\screen_zoom 150