mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
installer: set format for lyxrc.dist
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39382 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7ab835df91
commit
133bb94281
@ -123,8 +123,10 @@ Section -Configure
|
||||
ClearErrors
|
||||
Delete "$INSTDIR\Resources\lyxrc.dist"
|
||||
FileOpen $R1 "$INSTDIR\Resources\lyxrc.dist" w
|
||||
# set the format
|
||||
FileWrite $R1 'Format 1$\r$\n'
|
||||
# set some general things
|
||||
FileWrite $R1 '\screen_zoom "120$\r$\n"'
|
||||
FileWrite $R1 '\screen_zoom 120$\r$\n'
|
||||
${if} "$PathPrefix" != ""
|
||||
FileWrite $R1 '\path_prefix "$PathPrefix"$\r$\n'
|
||||
${endif}
|
||||
|
Loading…
Reference in New Issue
Block a user