Module: wine Branch: master Commit: c6c5e991afb80e584198429d4966089931e4000c URL: http://source.winehq.org/git/wine.git/?a=commit;h=c6c5e991afb80e584198429d49... Author: Rob Shearman <rob(a)codeweavers.com> Date: Fri Feb 22 19:17:56 2008 +0000 shdocvw: Add more keys to the CLSID_Internet key. --- dlls/shdocvw/shdocvw.inf | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/dlls/shdocvw/shdocvw.inf b/dlls/shdocvw/shdocvw.inf index ed7b39e..c959737 100644 --- a/dlls/shdocvw/shdocvw.inf +++ b/dlls/shdocvw/shdocvw.inf @@ -71,8 +71,12 @@ HKCR,"Shell.UIHelper.1",,,"" HKCR,"Shell.UIHelper.1\CLSID",,,"%CLSID_ShellUIHelper%" HKCR,"CLSID\%CLSID_Internet%",,,"Internet Explorer" +HKCR,"CLSID\%CLSID_Internet%\DefaultIcon",,,"shdoclc.dll,-190" HKCR,"CLSID\%CLSID_Internet%\InProcServer32",,,"%MODULE%" HKCR,"CLSID\%CLSID_Internet%\InProcServer32","ThreadingModel",,"Apartment" +HKCR,"CLSID\%CLSID_Internet%\Shell",,,"OpenHomePage" +HKCR,"CLSID\%CLSID_Internet%\Shell\OpenHomePage",,,"Open &Home Page" +HKCR,"CLSID\%CLSID_Internet%\Shell\OpenHomePage\Command",,,"""%16422%\Internet Explorer\iexplore.exe""" HKCR,"CLSID\%CLSID_Internet%\ShellFolder",,2,"0x24" HKCR,"CLSID\%CLSID_WebBrowser%",,,"Microsoft Web Browser"