mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Update preference format for cygwin and Win
As noted in prefs2prefs, no conversion is necessary from 22 to 23.
This commit is contained in:
parent
c480b5bdf5
commit
2baea7bf7e
@ -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" != ""
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user