Jacek Caban : shdocvw: Register default URL prefixes.

Alexandre Julliard julliard at winehq.org
Thu Feb 28 06:21:30 CST 2008


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Wed Feb 27 18:56:38 2008 +0100

shdocvw: Register default URL prefixes.

---

 dlls/shdocvw/shdocvw.inf |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/dlls/shdocvw/shdocvw.inf b/dlls/shdocvw/shdocvw.inf
index 57df7cb..5bc37d8 100644
--- a/dlls/shdocvw/shdocvw.inf
+++ b/dlls/shdocvw/shdocvw.inf
@@ -3,11 +3,11 @@ Signature="$CHICAGO$"
 
 
 [RegisterDll]
-AddReg=Classes.Reg
+AddReg=Classes.Reg, URL.Reg
 
 
 [UnregisterDll]
-DelReg=Classes.Reg
+DelReg=Classes.Reg, URL.Reg
 
 
 [RegisterIE]
@@ -127,6 +127,15 @@ HKCR,"InternetShortcut\shell\print\command",,,"rundll32.exe mshtml.dll,PrintHTML
 HKCR,"InternetShortcut\shell\printto\command",,,"rundll32.exe mshtml.dll,PrintHTML ""%1"" ""%2"" ""%3"" ""%4"""
 
 
+[URL.Reg]
+HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\DefaultPrefix",,,"http://"
+HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","ftp",,"ftp://"
+HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","gopher",,"gopher://"
+HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","home",,"http://"
+HKLM,"Software\Microsoft\Windows\CurrentVersion\URL\Prefixes","mosaic",,"http://"
+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"




More information about the wine-cvs mailing list