Detlef Riekenberg : shdocvw: Set the default homepage.

Alexandre Julliard julliard at winehq.org
Tue Sep 23 09:28:31 CDT 2008


Module: wine
Branch: master
Commit: 40145952aee21806b403e73a5eeaafa3431be5da
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=40145952aee21806b403e73a5eeaafa3431be5da

Author: Detlef Riekenberg <wine.dev at 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]




More information about the wine-cvs mailing list