installer: don't set a preview scale factor since this issue is supported and fixed in LyX 1.6.5

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@31686 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2009-10-20 02:09:03 +00:00
parent 5365f1579e
commit 9054725b4b

View File

@ -50,8 +50,7 @@ Function ConfigureLyX
Delete "$INSTDIR\Resources\lyxrc.dist"
FileOpen $R1 "$INSTDIR\Resources\lyxrc.dist" w
# set some general things
FileWrite $R1 '\preview_scale_factor "1.0"$\r$\n\
\screen_zoom "120"$\r$\n'
FileWrite $R1 '\screen_zoom "120"$\r$\n'
${if} "$PathPrefix" != ""
FileWrite $R1 '\path_prefix "$PathPrefix"$\r$\n'
${endif}