Bug #354897 --> fix some windows line endings. news protocols were getting the wrong url name set on them

This commit is contained in:
scott%scott-macgregor.org 2007-02-27 07:53:45 +00:00
parent 1329c07c80
commit f64e857e9c

View File

@ -148,13 +148,11 @@
${AddHandlerValues} "$0\Thunderbird.Url.mailto" "$3" "$8,0" "${AppRegNameMail} URL" "true" ""
${AddHandlerValues} "$0\Thunderbird.Url.news" "$2" "$8,0" "${AppRegNameNews} URL" "true" ""
; An empty string is used for the 4th & 5th params because the following
; protocol handlers already have a display name and additional keys required
; for a protocol handler.
${AddHandlerValues} "$0\mailto" "$3" "$8,0" "${AppRegNameMail} URL" "true" ""
${AddHandlerValues} "$0\news" "$2" "$8,0" "${AppRegNameMail} URL" "true" ""
${AddHandlerValues} "$0\nntp" "$2" "$8,0" "${AppRegNameMail} URL" "true" ""
${AddHandlerValues} "$0\snews" "$2" "$8,0" "${AppRegNameMail} URL" "true" ""
${AddHandlerValues} "$0\news" "$2" "$8,0" "${AppRegNameNews} URL" "true" ""
${AddHandlerValues} "$0\nntp" "$2" "$8,0" "${AppRegNameNews} URL" "true" ""
${AddHandlerValues} "$0\snews" "$2" "$8,0" "${AppRegNameNews} URL" "true" ""
!macroend
!define SetHandlers "!insertmacro SetHandlers"
@ -173,11 +171,11 @@
WriteRegStr HKLM "$0\DefaultIcon" "" "$8,0"
WriteRegStr HKLM "$0" "DLLPath" "$6"
; MapiProxy.dll can exist in multiple installs of the application. Registration
; occurs as follows with the last action to occur being the one that wins:
; On install and software update when helper.exe runs with the /PostUpdate
; argument. On setting the application as the system's default application
; using Window's "Set program access and defaults".
; MapiProxy.dll can exist in multiple installs of the application. Registration
; occurs as follows with the last action to occur being the one that wins:
; On install and software update when helper.exe runs with the /PostUpdate
; argument. On setting the application as the system's default application
; using Window's "Set program access and defaults".
!ifndef NO_LOG
${LogHeader} "DLL Registration"