mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
- add a create shellnew option for textfiles
svn path=/trunk/; revision=29692
This commit is contained in:
parent
385e22ca5a
commit
6aa7d10022
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ HKCR,"lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046}
|
||||||
; Text Documents
|
; Text Documents
|
||||||
HKCR,".log","",0x00000000,"txtfile"
|
HKCR,".log","",0x00000000,"txtfile"
|
||||||
HKCR,".txt","",0x00000000,"txtfile"
|
HKCR,".txt","",0x00000000,"txtfile"
|
||||||
|
HKCR,".txt\shellnew","",0x00000000,""
|
||||||
|
HKCR,".txt\shellnew","NullFile",0x00020000,""
|
||||||
HKCR,"txtfile","",0x00000000,"Text Document"
|
HKCR,"txtfile","",0x00000000,"Text Document"
|
||||||
HKCR,".txt","Content Type",0x00000000,"text/plain"
|
HKCR,".txt","Content Type",0x00000000,"text/plain"
|
||||||
HKCR,"txtfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-152"
|
HKCR,"txtfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-152"
|
||||||
|
|
Loading…
Reference in a new issue