Commit ae618745 authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

wine.inf: Add a default handler for https to the registry.

parent e6a734a9
...@@ -110,6 +110,7 @@ HKCR,Msi.Package\shell\Uninstall\command,,,"msiexec /x %1" ...@@ -110,6 +110,7 @@ HKCR,Msi.Package\shell\Uninstall\command,,,"msiexec /x %1"
HKCR,txtfile\shell\open\command,,,"%11%\notepad.exe %1" HKCR,txtfile\shell\open\command,,,"%11%\notepad.exe %1"
HKCR,txtfile\shell\print\command,,,"%11%\notepad.exe /p %1" HKCR,txtfile\shell\print\command,,,"%11%\notepad.exe /p %1"
HKCR,http\shell\open\command,,,"winebrowser" HKCR,http\shell\open\command,,,"winebrowser"
HKCR,https\shell\open\command,,,"winebrowser"
HKCR,mailto\shell\open\command,,,"winebrowser %1" HKCR,mailto\shell\open\command,,,"winebrowser %1"
; FIXME: the following should be done by the dll registration ; FIXME: the following should be done by the dll registration
HKCR,AVIFile\Compressors\auds,,,"{0002000F-0000-0000-C000-000000000046}" HKCR,AVIFile\Compressors\auds,,,"{0002000F-0000-0000-C000-000000000046}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment