Commit 0c7ead57 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

wine.inf: Let winebrowser handle the ftp URLs.

parent 77adf2a1
......@@ -206,6 +206,11 @@ HKCR,xmlfile\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
HKCR,xmlfile\shell\open\ddeexec,"NoActivateHandler",2,""
HKCR,xmlfile\shell\open\ddeexec\Application,,2,"IExplore"
HKCR,xmlfile\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
HKCR,ftp\shell\open\command,,2,"%11%\winebrowser.exe -nohome"
HKCR,ftp\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
HKCR,ftp\shell\open\ddeexec,"NoActivateHandler",2,""
HKCR,ftp\shell\open\ddeexec\Application,,2,"IExplore"
HKCR,ftp\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
HKCR,http\shell\open\command,,2,"%11%\winebrowser.exe -nohome"
HKCR,http\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
HKCR,http\shell\open\ddeexec,"NoActivateHandler",2,""
......
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