From 2baea7bf7e65645affcceac88ad88aa58e432cc7 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Fri, 27 Oct 2017 12:56:30 -0400 Subject: [PATCH] Update preference format for cygwin and Win As noted in prefs2prefs, no conversion is necessary from 22 to 23. --- development/Win32/packaging/installer/setup/configure.nsh | 2 +- development/cygwin/lyxrc.dist.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/development/Win32/packaging/installer/setup/configure.nsh b/development/Win32/packaging/installer/setup/configure.nsh index a8db7f1858..4df968d738 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 22$\r$\n' + FileWrite $R1 'Format 23$\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 1d83da00ca..2b3acae9f7 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 22 +Format 23 \screen_dpi 96 \screen_zoom 150 -- 2.39.5