mshtml: Tweak the .jfif Content Type.

Francois Gouget fgouget at codeweavers.com
Fri Aug 4 10:39:29 CDT 2006


Hi,

It seems that the older Windows versions use 'image/pjpeg', while 
Windows XP and greater all use the more standard 'image/jpeg'. This also 
makes mshtml.inf consistent with wine.inf (so we could also consider 
this redundant with the equivalent line in wine.inf and remove it 
altogether).

---
  dlls/mshtml/mshtml.inf |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/mshtml/mshtml.inf b/dlls/mshtml/mshtml.inf
index c898af9..bf1ec67 100644
--- a/dlls/mshtml/mshtml.inf
+++ b/dlls/mshtml/mshtml.inf
@@ -379,7 +379,7 @@ HKCR,"MIME\Database\Content Type\image/p
  HKCR,"MIME\Database\Content Type\image/pjpeg\Bits","0",1,02,00,00,00,FF,FF,FF,D8
  HKCR,"MIME\Database\Content Type\image/pjpeg","Image Filter CLSID",,"%CLSID_IImageDecodeFilter%"
  HKCR,".jfif",,,"pjpegfile"
-HKCR,".jfif","Content Type",,"image/pjpeg"
+HKCR,".jfif","Content Type",,"image/jpeg"
  HKCR,"pjpegfile",,,"JPEG Image"
  HKCR,"pjpegfile\CLSID",,,"%CLSID_HTMLDocument%"
  ;; HKCR,"pjpegfile\shell\open\command",,,"""%IEXPLORE%"" -nohome"
-- 
1.4.1




More information about the wine-patches mailing list