Author: tfaber
Date: Tue Jun 13 06:45:39 2017
New Revision: 75018

URL: http://svn.reactos.org/svn/reactos?rev=75018&view=rev
Log:
[BOOTDATA]
- Add Print context menu item for .rtf files. Patch by Nikolay Burshtyn.
CORE-13342 #resolve

Modified:
    trunk/reactos/boot/bootdata/hivecls.inf

Modified: trunk/reactos/boot/bootdata/hivecls.inf
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivecls.inf?rev=75018&r1=75017&r2=75018&view=diff
==============================================================================
--- trunk/reactos/boot/bootdata/hivecls.inf     [iso-8859-1] (original)
+++ trunk/reactos/boot/bootdata/hivecls.inf     [iso-8859-1] Tue Jun 13 
06:45:39 2017
@@ -34,6 +34,7 @@
 
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"


Reply via email to