From 6ee138b21a6613aff12833cfd8454c998b914a35 Mon Sep 17 00:00:00 2001 From: Mark Jansen Date: Sat, 4 Feb 2017 21:26:59 +0000 Subject: [PATCH] [HIVECLS|MSPAINT] Add Edit menu item for bitmaps. CORE-12679 #resolve svn path=/trunk/; revision=73686 --- reactos/boot/bootdata/hivecls.inf | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/reactos/boot/bootdata/hivecls.inf b/reactos/boot/bootdata/hivecls.inf index 952d708ef01..b3bdb0e34cd 100644 --- a/reactos/boot/bootdata/hivecls.inf +++ b/reactos/boot/bootdata/hivecls.inf @@ -193,10 +193,17 @@ HKCR,".jpg","PerceivedType",0x00000000,"image" HKCR,".jpeg","",0x00000000,"jpegfile" HKCR,".jpeg","Content Type",0x00000000,"image/jpeg" HKCR,".jpeg","PerceivedType",0x00000000,"image" +HKCR,".jpe","",0x00000000,"jpegfile" +HKCR,".jpe","Content Type",0x00000000,"image/jpeg" +HKCR,".jpe","PerceivedType",0x00000000,"image" +HKCR,".jfif","",0x00000000,"jpegfile" +HKCR,".jfif","Content Type",0x00000000,"image/jpeg" +HKCR,".jfif","PerceivedType",0x00000000,"image" HKCR,"jpegfile","",0x00000000,"JPEG Image" HKCR,"jpegfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shimgvw.dll,-303" HKCR,"jpegfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,0" HKCR,"jpegfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1" +HKCR,"jpegfile\shell\edit\command","",0x00020000,"%SystemRoot%\system32\mspaint.exe %1" ; Bitmap Images HKCR,".bmp","",0x00000000,"bmpfile" @@ -204,10 +211,14 @@ HKCR,".bmp","Content Type",0x00000000,"image/bmp" HKCR,".bmp","PerceivedType",0x00000000,"image" HKCR,".bmp\shellnew","",0x00000000,"" HKCR,".bmp\shellnew","NullFile",0x00020000,"" +HKCR,".dib","",0x00000000,"bmpfile" +HKCR,".dib","Content Type",0x00000000,"image/bmp" +HKCR,".dib","PerceivedType",0x00000000,"image" HKCR,"bmpfile","",0x00000000,"Bitmap Image" 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" +HKCR,"bmpfile\shell\edit\command","",0x00020000,"%SystemRoot%\system32\mspaint.exe %1" ; PNG Images HKCR,".png","",0x00000000,"pngfile" @@ -217,6 +228,7 @@ HKCR,"pngfile","",0x00000000,"PNG Image" HKCR,"pngfile","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shimgvw.dll,-305" HKCR,"pngfile\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,2" HKCR,"pngfile\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1" +HKCR,"pngfile\shell\edit\command","",0x00020000,"%SystemRoot%\system32\mspaint.exe %1" ; TIF Images HKCR,".tif","",0x00000000,"TIFImage.Document" @@ -229,6 +241,7 @@ HKCR,"TIFImage.Document","",0x00000000,"TIF Image" HKCR,"TIFImage.Document","FriendlyTypeName",0x00020000,"@%SystemRoot%\system32\shimgvw.dll,-306" HKCR,"TIFImage.Document\DefaultIcon","",0x00020000,"%SystemRoot%\system32\shimgvw.dll,0" HKCR,"TIFImage.Document\shell\open\command","",0x00020000,"rundll32.exe %SystemRoot%\system32\shimgvw.dll,ImageView_Fullscreen %1" +HKCR,"TIFImage.Document\shell\edit\command","",0x00020000,"%SystemRoot%\system32\mspaint.exe %1" ; WMF Images HKCR,".wmf","",0x00000000,"wmffile"