Module: wine Branch: master Commit: 58e5ea2cfdd012ede478535bb799ab23fe4fdcac URL: http://source.winehq.org/git/wine.git/?a=commit;h=58e5ea2cfdd012ede478535bb7...
Author: Hans Leidekker hans@it.vu.nl Date: Fri Mar 16 13:55:39 2007 +0100
wine.inf: Open/print .rtf files with wordpad.
---
tools/wine.inf | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/tools/wine.inf b/tools/wine.inf index 00fa586..713b0a5 100644 --- a/tools/wine.inf +++ b/tools/wine.inf @@ -97,6 +97,7 @@ HKCR,.ini,,2,"inifile" HKCR,.jfif,"Content Type",2,"image/jpeg" HKCR,.lnk,,2,"lnkfile" HKCR,.msi,,2,"Msi.Package" +HKCR,.rtf,,2,"rtffile" HKCR,.tif,"Content Type",2,"image/tiff" HKCR,.tiff,"Content Type",2,"image/tiff" HKCR,.txt,,2,"txtfile" @@ -124,6 +125,8 @@ HKCR,Msi.Package\DefaultIcon,,2,"msiexec.exe" HKCR,Msi.Package\shell\Open\command,,2,"msiexec /i %1" HKCR,Msi.Package\shell\Repair\command,,2,"msiexec /f %1" HKCR,Msi.Package\shell\Uninstall\command,,2,"msiexec /x %1" +HKCR,rtffile\shell\open\command,,2,"%11%\wordpad.exe %1" +HKCR,rtffile\shell\print\command,,2,"%11%\wordpad.exe /p %1" 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"