mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 11:04:52 +00:00
[HIVECLS] Add bmp images to the shell "new" menu. Patch by Jared Smudde CORE-10668
svn path=/trunk/; revision=70385
This commit is contained in:
parent
647ded523c
commit
d91023fb28
1 changed files with 2 additions and 0 deletions
|
@ -177,6 +177,8 @@ HKCR,"jpegfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\syst
|
|||
; Bitmap Images
|
||||
HKCR,".bmp","",0x00000000,"bmpfile"
|
||||
HKCR,"bmpfile","",0x00000000,"Bitmap Image"
|
||||
HKCR,".bmp\shellnew","",0x00000000,""
|
||||
HKCR,".bmp\shellnew","NullFile",0x00020000,""
|
||||
HKCR,"bmpfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shimgvw.dll,-304"
|
||||
HKCR,"bmpfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,1"
|
||||
HKCR,"bmpfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1"
|
||||
|
|
Loading…
Reference in a new issue