Jacek Caban : mshtml: Moved GeckoUrl registry to mshtml.inf.

Alexandre Julliard julliard at winehq.org
Thu Nov 12 10:22:12 CST 2009


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Nov 12 14:52:24 2009 +0100

mshtml: Moved GeckoUrl registry to mshtml.inf.

---

 dlls/mshtml/mshtml.inf |    7 ++++++-
 tools/wine.inf.in      |    1 -
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dlls/mshtml/mshtml.inf b/dlls/mshtml/mshtml.inf
index aa7e814..f493a3b 100644
--- a/dlls/mshtml/mshtml.inf
+++ b/dlls/mshtml/mshtml.inf
@@ -3,7 +3,7 @@ Signature="$CHICAGO$"
 
 
 [RegisterDll]
-AddReg=Classes.Reg, Protocols.Reg, IE.Reg, FileAssoc.Reg
+AddReg=Classes.Reg, Protocols.Reg, IE.Reg, FileAssoc.Reg, WineGecko.Reg
 
 
 [UnregisterDll]
@@ -270,6 +270,11 @@ HKLM,"Software\Microsoft\Internet Explorer\AboutURLs","mozilla",2,"res://mshtml.
 HKLM,"Software\Microsoft\Internet Explorer\Default Behaviors","VML",,  "CLSID:10072CEC-8CC1-11D1-986E-00A0C955B42E"
 HKLM,"Software\Microsoft\Internet Explorer\Default Behaviors","TIME",, "CLSID:476C391C-3E0D-11D2-B948-00C04FA32195"
 
+
+[WineGecko.Reg]
+HKCU,Software\Wine\MSHTML,"GeckoUrl",,"http://source.winehq.org/winegecko.php"
+
+
 [FileAssoc.Reg]
 
 ;; AVI
diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index cdd5218..03e6142 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -540,7 +540,6 @@ HKLM,System\CurrentControlSet\Control\Session Manager,,,""
 HKLM,System\CurrentControlSet\Control\VMM32Files,,,""
 HKCU,AppEvents\Schemes\Apps\Explorer\Navigating\.Current,,,""
 HKCU,Software\Microsoft\Protected Storage System Provider,,,""
-HKCU,Software\Wine\MSHTML,"GeckoUrl",,"http://source.winehq.org/winegecko.php"
 HKLM,HARDWARE\DEVICEMAP\PARALLEL PORTS,,,""
 HKLM,HARDWARE\DEVICEMAP\SERIALCOMM,,,""
 ; Some apps requires at least four subkeys of Active Setup\Installed Components




More information about the wine-cvs mailing list