From: Uwe Stöhr Date: Thu, 19 May 2011 00:49:34 +0000 (+0000) Subject: installer: whitespace only X-Git-Tag: 2.1.0beta1~3224 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8cd878563052c97e10c2cd103cc168ff78bc631e;p=features.git installer: whitespace only git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38782 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/Win32/packaging/installer/setup/configure.nsh b/development/Win32/packaging/installer/setup/configure.nsh index 24bdd4f7d8..e3f4c56c2d 100644 --- a/development/Win32/packaging/installer/setup/configure.nsh +++ b/development/Win32/packaging/installer/setup/configure.nsh @@ -28,7 +28,7 @@ Section -FileAssociations !define REG_FILEEXT 'WriteRegStr SHELL_CONTEXT "Software\Classes\${APP_EXT}"' ${REG_FILEEXT} "" "${APP_REGNAME_DOC}" - ${REG_FILEEXT} "Content Type" "${APP_MIME_TYPE}" + ${REG_FILEEXT} "Content Type" "${APP_MIME_TYPE}" # Refresh shell ${RefreshShellIcons}