From 633dddf281a8dd4ed1448bfb930c8d966a04dcf7 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Fri, 2 Dec 2011 13:19:02 +0100 Subject: [PATCH] * Fixed tomahawk:// protocol handler on Windows (Firefox related). --- CMakeModules/NSIS.template.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeModules/NSIS.template.in b/CMakeModules/NSIS.template.in index 9ef673114..74dbb46fb 100644 --- a/CMakeModules/NSIS.template.in +++ b/CMakeModules/NSIS.template.in @@ -455,7 +455,8 @@ Section -post WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Tomahawk" "NoRepair" "1" ; Register tomahawk:// protocol handler - WriteRegStr HKCR "tomahawk" "" "URL: Tomahawk Protocol" + WriteRegStr HKCR "tomahawk" "" "URL:Tomahawk Protocol" + WriteRegStr HKCR "tomahawk" "URL Protocol" "" WriteRegStr HKCR "tomahawk\DefaultIcon" "" $INSTDIR\tomahawk.exe,1 WriteRegStr HKCR "tomahawk\shell" "" "open" WriteRegStr HKCR "tomahawk\shell\open\command" "" '"$INSTDIR\tomahawk.exe" "%1"'