From 559fd36cb51efde134207958cea03d1bba946088 Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Sat, 19 Mar 2011 15:46:41 +0000 Subject: [PATCH] Fix bug #7362: Typo in installer. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37965 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 12121b486d..e4a930793c 100644 --- a/development/Win32/packaging/installer/setup/configure.nsh +++ b/development/Win32/packaging/installer/setup/configure.nsh @@ -82,7 +82,7 @@ Section -Configure File "${FILES_DEPS}\Resources\lyxrc.dist" # Append path prefix - FileOpen $DistFile "$INSTDIR\Resources\lxrc.dist" a + FileOpen $DistFile "$INSTDIR\Resources\lyxrc.dist" a # $$ represents a literal $ in an NSIS string StrCpy $PathPrefix "$$LyXDir\bin;$$LyXDir\python;$$LyXDir\imagemagick;$$LyXDir\ghostscript" -- 2.39.5