From 9e5fc92cad552fcb6c6ed1b89377a4ff70d55588 Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Sun, 18 Nov 2007 17:29:52 +0000 Subject: [PATCH] - add rtf file association by Cameron Gutman aicommander [at] gmail [dot] com - add shellnew static handler svn path=/trunk/; revision=30553 --- reactos/boot/bootdata/hivecls.inf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/reactos/boot/bootdata/hivecls.inf b/reactos/boot/bootdata/hivecls.inf index d7865002549..dfd5469b358 100644 --- a/reactos/boot/bootdata/hivecls.inf +++ b/reactos/boot/bootdata/hivecls.inf @@ -27,6 +27,14 @@ HKCR,"CLSID\{D969A300-E7FF-11d0-A93B-00A0C90F2719}","",0x00000000,"ReactOS New O HKCR,"CLSID\{D969A300-E7FF-11d0-A93B-00A0C90F2719}\InProcServer32","",0x00000000,"shell32.dll" HKCR,"CLSID\{D969A300-E7FF-11d0-A93B-00A0C90F2719}\InProcServer32","ThreadingModel",0x00000000,"Apartment" +; Rich Text Files +HKCR,".rtf","",0x00000000,"rtffile" +HKCR,".rtf\shellnew","",0x00000000,"" +HKCR,".rft\shellnew","Data",0x00020000,"{\rtf1}" +HKCR,"rtffile","",0x00000000,"Rich Text Document" +HKCR,"rtffile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-2" +HKCR,"rtffile\shell\open","",0x00000000,"Open" +HKCR,"rtffile\shell\open\command","",0x00020000,"%SystemRoot%\system32\wordpad.exe %1" ; Virtual Device Drivers HKCR,".386","",0x00000000,"vxdfile"