- add a create shellnew option for textfiles

svn path=/trunk/; revision=29692
This commit is contained in:
Johannes Anderwald 2007-10-20 00:46:40 +00:00
parent 385e22ca5a
commit 6aa7d10022

View file

@ -122,6 +122,8 @@ HKCR,"lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046}
; Text Documents
HKCR,".log","",0x00000000,"txtfile"
HKCR,".txt","",0x00000000,"txtfile"
HKCR,".txt\shellnew","",0x00000000,""
HKCR,".txt\shellnew","NullFile",0x00020000,""
HKCR,"txtfile","",0x00000000,"Text Document"
HKCR,".txt","Content Type",0x00000000,"text/plain"
HKCR,"txtfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shell32.dll,-152"