1
0
mirror of https://git.lyx.org/repos/lyx.git synced 2025-01-05 17:09:56 +00:00

installer: fix typo to make it compilable

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38971 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2011-06-07 02:56:13 +00:00
parent 8968000e16
commit d09743a839

View File

@ -127,7 +127,7 @@ Section -Configure
FileOpen $R1 "$INSTDIR\Resources\lyxrc.dist" w
# set some general things
FileWrite $R1 '\screen_zoom "120"$\r$\n\
\accept_compound true$\r$\n\
\accept_compound true$\r$\n\'
${if} "$PathPrefix" != ""
FileWrite $R1 '\path_prefix "$PathPrefix"$\r$\n'
${endif}