mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[BOOTDATA]
- Add Print context menu item for .rtf files. Patch by Nikolay Burshtyn. CORE-13342 #resolve svn path=/trunk/; revision=75018
This commit is contained in:
parent
82284116fa
commit
e953073b5f
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue