From d09743a839e30f71f2e57e0fee3a16817d7ba6a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Tue, 7 Jun 2011 02:56:13 +0000 Subject: [PATCH] installer: fix typo to make it compilable git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38971 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 21b5bf0756..e5b8b32d91 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} -- 2.39.2