From: Vincent van Ravesteijn Date: Sat, 19 Mar 2011 15:46:41 +0000 (+0000) Subject: Fix bug #7362: Typo in installer. X-Git-Tag: 2.0.0~486 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=559fd36cb51efde134207958cea03d1bba946088;p=lyx.git Fix bug #7362: Typo in installer. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37965 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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"