mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
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.
This commit is contained in:
parent
513f79ad30
commit
fc81243ada
@ -10,7 +10,7 @@
|
|||||||
# This file is written by LyX, if you want to make your own
|
# This file is written by LyX, if you want to make your own
|
||||||
# modifications you should do them from inside LyX and save
|
# modifications you should do them from inside LyX and save
|
||||||
|
|
||||||
Format 21
|
Format 22
|
||||||
|
|
||||||
\bind_file "mac"
|
\bind_file "mac"
|
||||||
|
|
||||||
|
@ -157,7 +157,7 @@ Section -Configure
|
|||||||
Delete "$INSTDIR\Resources\lyxrc.dist"
|
Delete "$INSTDIR\Resources\lyxrc.dist"
|
||||||
FileOpen $R1 "$INSTDIR\Resources\lyxrc.dist" w
|
FileOpen $R1 "$INSTDIR\Resources\lyxrc.dist" w
|
||||||
# set the format to the latest LyXRC format
|
# set the format to the latest LyXRC format
|
||||||
FileWrite $R1 'Format 21$\r$\n'
|
FileWrite $R1 'Format 22$\r$\n'
|
||||||
# set some general things
|
# set some general things
|
||||||
FileWrite $R1 '\screen_zoom 120$\r$\n'
|
FileWrite $R1 '\screen_zoom 120$\r$\n'
|
||||||
${if} "$PathPrefix" != ""
|
${if} "$PathPrefix" != ""
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
# The file lyxrc.dist gives initial global options for all LyX users.
|
# The file lyxrc.dist gives initial global options for all LyX users.
|
||||||
# Almost all settings here can be overridden through the preferences in LyX.
|
# Almost all settings here can be overridden through the preferences in LyX.
|
||||||
|
|
||||||
Format 21
|
Format 22
|
||||||
|
|
||||||
\screen_dpi 96
|
\screen_dpi 96
|
||||||
\screen_zoom 150
|
\screen_zoom 150
|
||||||
|
Loading…
Reference in New Issue
Block a user