Author: uwestoehr
Date: Tue Jun  7 04:56:13 2011
New Revision: 38971
URL: http://www.lyx.org/trac/changeset/38971

Log:
installer: fix typo to make it compilable

Modified:
   lyx-devel/trunk/development/Win32/packaging/installer/setup/configure.nsh

Modified: 
lyx-devel/trunk/development/Win32/packaging/installer/setup/configure.nsh
==============================================================================
--- lyx-devel/trunk/development/Win32/packaging/installer/setup/configure.nsh   
Mon Jun  6 20:14:07 2011        (r38970)
+++ lyx-devel/trunk/development/Win32/packaging/installer/setup/configure.nsh   
Tue Jun  7 04:56:13 2011        (r38971)
@@ -127,7 +127,7 @@
   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}

Reply via email to