Dmitry Timoshkov : wine.inf: Add a default handler for https to the registry.
Module: wine Branch: refs/heads/master Commit: ae6187455e8c920e95ed921a516236b9749c730b URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=ae6187455e8c920e95ed921a... Author: Dmitry Timoshkov <dmitry(a)codeweavers.com> Date: Tue Feb 7 21:17:17 2006 +0100 wine.inf: Add a default handler for https to the registry. --- tools/wine.inf | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tools/wine.inf b/tools/wine.inf index cd1f625..d5c4112 100644 --- a/tools/wine.inf +++ b/tools/wine.inf @@ -110,6 +110,7 @@ HKCR,Msi.Package\shell\Uninstall\command HKCR,txtfile\shell\open\command,,,"%11%\notepad.exe %1" HKCR,txtfile\shell\print\command,,,"%11%\notepad.exe /p %1" HKCR,http\shell\open\command,,,"winebrowser" +HKCR,https\shell\open\command,,,"winebrowser" HKCR,mailto\shell\open\command,,,"winebrowser %1" ; FIXME: the following should be done by the dll registration HKCR,AVIFile\Compressors\auds,,,"{0002000F-0000-0000-C000-000000000046}"
participants (1)
-
Alexandre Julliard