Lei Zhang : wine.inf: Open xml files using winebrowser.

Alexandre Julliard julliard at winehq.org
Mon May 19 09:39:55 CDT 2008


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

Author: Lei Zhang <thestig at google.com>
Date:   Fri May 16 17:07:08 2008 -0700

wine.inf: Open xml files using winebrowser.

---

 tools/wine.inf.in |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/tools/wine.inf.in b/tools/wine.inf.in
index 4be0805..05e4f7d 100644
--- a/tools/wine.inf.in
+++ b/tools/wine.inf.in
@@ -115,6 +115,7 @@ HKCR,.tiff,"Content Type",2,"image/tiff"
 HKCR,.txt,,2,"txtfile"
 HKCR,.wri,,2,"wrifile"
 HKCR,.wav,"Content Type",2,"audio/wav"
+HKCR,.xml,,2,"xmlfile"
 HKCR,.xml,"Content Type",2,"text/xml"
 HKCR,.xsl,"Content Type",2,"text/xsl"
 HKCR,chm.file\shell\open\command,,2,"%11%\hh.exe %1"
@@ -148,6 +149,11 @@ HKCR,txtfile\shell\open\command,,2,"%11%\notepad.exe %1"
 HKCR,txtfile\shell\print\command,,2,"%11%\notepad.exe /p %1"
 HKCR,wrifile\shell\open\command,,2,"%11%\wordpad.exe %1"
 HKCR,wrifile\shell\print\command,,2,"%11%\wordpad.exe /p %1"
+HKCR,xmlfile\shell\open\command,,2,"%11%\winebrowser.exe -nohome"
+HKCR,xmlfile\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
+HKCR,xmlfile\shell\open\ddeexec,"NoActivateHandler",2,""
+HKCR,xmlfile\shell\open\ddeexec\Application,,2,"IExplore"
+HKCR,xmlfile\shell\open\ddeexec\Topic,,2,"WWW_OpenURL"
 HKCR,http\shell\open\command,,2,"%11%\winebrowser.exe -nohome"
 HKCR,http\shell\open\ddeexec,,2,"""%1"",,-1,0,,,,"
 HKCR,http\shell\open\ddeexec,"NoActivateHandler",2,""




More information about the wine-cvs mailing list