wine.inf: Open xml files using winebrowser.
This commit is contained in:
parent
14a42f802d
commit
e63bd4dea7
|
@ -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,""
|
||||
|
|
Loading…
Reference in New Issue