]> git.lyx.org Git - features.git/commitdiff
installer: whitespace only
authorUwe Stöhr <uwestoehr@web.de>
Thu, 19 May 2011 00:49:34 +0000 (00:49 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Thu, 19 May 2011 00:49:34 +0000 (00:49 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38782 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/installer/setup/configure.nsh

index 24bdd4f7d8fe220ba8ca78929bdd1103e099072c..e3f4c56c2d8d86b9db5a5b9e6cd29bfed90ac723 100644 (file)
@@ -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}