From 8cf1f6f39893e3e9403662f520ed6b5afd305dc8 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 16 May 2008 17:07:08 -0700 Subject: [PATCH] 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,"" -- 1.5.4.5