Module: wine Branch: master Commit: 40145952aee21806b403e73a5eeaafa3431be5da URL: http://source.winehq.org/git/wine.git/?a=commit;h=40145952aee21806b403e73a5e...
Author: Detlef Riekenberg wine.dev@web.de Date: Sun Sep 21 22:43:51 2008 +0200
shdocvw: Set the default homepage.
---
dlls/shdocvw/shdocvw.inf | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/dlls/shdocvw/shdocvw.inf b/dlls/shdocvw/shdocvw.inf index b765e24..cec06bc 100644 --- a/dlls/shdocvw/shdocvw.inf +++ b/dlls/shdocvw/shdocvw.inf @@ -137,8 +137,9 @@ HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","www",,"http://"
[Settings.Reg] -HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",,"http://www.winehq.org" -HKCU,"Software\Microsoft\Internet Explorer\Main","Search Page",,"http://www.google.com" +HKCU,"Software\Microsoft\Internet Explorer\Main","Start Page",2,"http://www.winehq.org" +HKCU,"Software\Microsoft\Internet Explorer\Main","Search Page",2,"http://www.google.com" +HKLM,"Software\Microsoft\Internet Explorer\Main","Default_Page_URL",2,"http://www.winehq.org"
[IE.Reg]