Author: rnaumann
Date: Thu Dec 17 14:23:21 2015
New Revision: 70385
URL:
http://svn.reactos.org/svn/reactos?rev=70385&view=rev
Log:
[HIVECLS] Add bmp images to the shell "new" menu. Patch by Jared Smudde
CORE-10668
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?…
==============================================================================
--- trunk/reactos/boot/bootdata/hivecls.inf [iso-8859-1] (original)
+++ trunk/reactos/boot/bootdata/hivecls.inf [iso-8859-1] Thu Dec 17 14:23:21 2015
@@ -177,6 +177,8 @@
; Bitmap Images
HKCR,".bmp","",0x00000000,"bmpfile"
HKCR,"bmpfile","",0x00000000,"Bitmap Image"
+HKCR,".bmp\shellnew","",0x00000000,""
+HKCR,".bmp\shellnew","NullFile",0x00020000,""
HKCR,"bmpfile","FriendlyTypeName",0x00020000,"(a)%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"