From 212e7830524677e947de7bbd4231e25992812006 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Wed, 21 Oct 2009 03:11:14 +0000 Subject: [PATCH] installer: sync with branch git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31691 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/Win32/packaging/AltInstaller/ConfigLyX.nsh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/development/Win32/packaging/AltInstaller/ConfigLyX.nsh b/development/Win32/packaging/AltInstaller/ConfigLyX.nsh index ce0fe1cc12..75a6a69a47 100644 --- a/development/Win32/packaging/AltInstaller/ConfigLyX.nsh +++ b/development/Win32/packaging/AltInstaller/ConfigLyX.nsh @@ -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} -- 2.39.2