From e953073b5ff687809a7242dc3eba7d55761e9b23 Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Tue, 13 Jun 2017 06:45:39 +0000 Subject: [PATCH] [BOOTDATA] - Add Print context menu item for .rtf files. Patch by Nikolay Burshtyn. CORE-13342 #resolve svn path=/trunk/; revision=75018 --- reactos/boot/bootdata/hivecls.inf | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/boot/bootdata/hivecls.inf b/reactos/boot/bootdata/hivecls.inf index 1059e75c1da..8c6a9dfcf9e 100644 --- a/reactos/boot/bootdata/hivecls.inf +++ b/reactos/boot/bootdata/hivecls.inf @@ -34,6 +34,7 @@ HKCR,"rtffile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\wordpad.exe HKCR,"rtffile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\wordpad.exe,-103" HKCR,"rtffile\shell\open","",0x00000000,"Open" HKCR,"rtffile\shell\open\command","",0x00020000,"%SystemRoot%\system32\wordpad.exe %1" +HKCR,"rtffile\shell\print\command","",0x00020000,"%SystemRoot%\system32\wordpad.exe /p ""%1""" ; Virtual Device Drivers HKCR,".386","",0x00000000,"vxdfile"