mshtml: Associate .url to InternetShortcut.

Francois Gouget fgouget at codeweavers.com
Fri Aug 4 10:41:57 CDT 2006


---
  dlls/mshtml/mshtml.inf |    7 +++++--
  1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/dlls/mshtml/mshtml.inf b/dlls/mshtml/mshtml.inf
index e64c16d..c898af9 100644
--- a/dlls/mshtml/mshtml.inf
+++ b/dlls/mshtml/mshtml.inf
@@ -310,8 +310,6 @@ HKCR,"MIME\Database\Content Type\text/ht
  HKCR,"MIME\Database\Content Type\text/html","Extension",,".htm"
  HKCR,"MIME\Database\Content Type\text/html","Encoding",1,08,00,00,00
  HKCR,"MIME\Database\Content Type\image/x-jg","CLSID",,"%CLSID_HTMLDocument%"
-HKCR,"InternetShortcut\shell\print\command",,,"rundll32.exe mshtml.dll,PrintHTML ""%%1"""
-HKCR,"InternetShortcut\shell\printto\command",,,"rundll32.exe mshtml.dll,PrintHTML ""%%1"" ""%%2"" ""%%3"" ""%%4"""
  HKCR,"htmlfile\shell\print\command",,,"rundll32.exe mshtml.dll,PrintHTML ""%%1"""
  HKCR,"htmlfile\shell\printto\command",,,"rundll32.exe mshtml.dll,PrintHTML ""%%1"" ""%%2"" ""%%3"" ""%%4"""
  HKCR,"htmlfile",,,"HTML Document"
@@ -409,6 +407,11 @@ HKCR,"MIME\Database\Content Type\text/pl
  HKCR,"MIME\Database\Content Type\text/plain","Encoding",1,07,00,00,00
  HKCR,".txt","Content Type",,"text/plain"

+;; URL
+HKCR,".url",,,"InternetShortcut"
+HKCR,"InternetShortcut\shell\print\command",,,"rundll32.exe mshtml.dll,PrintHTML ""%%1"""
+HKCR,"InternetShortcut\shell\printto\command",,,"rundll32.exe mshtml.dll,PrintHTML ""%%1"" ""%%2"" ""%%3"" ""%%4"""
+
  ;; XBM
  HKCR,"MIME\Database\Content Type\image/xbm","Extension",,".xbm"
  HKCR,"MIME\Database\Content Type\image/x-xbitmap","CLSID",,"%CLSID_HTMLDocument%"
-- 
1.4.1




More information about the wine-patches mailing list