From cc9e5da7bc2af81c04afa822e40084ee631a755b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Tue, 7 Jun 2011 03:17:47 +0000 Subject: [PATCH] installer: another fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38972 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/Win32/packaging/installer/setup/configure.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/Win32/packaging/installer/setup/configure.nsh b/development/Win32/packaging/installer/setup/configure.nsh index e5b8b32d91..2a8395bf19 100644 --- a/development/Win32/packaging/installer/setup/configure.nsh +++ b/development/Win32/packaging/installer/setup/configure.nsh @@ -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}