Francois Gouget : mshtml: Fix the .jfif Content Type.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Aug 7 07:13:02 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: c5c447ef18fb8937848459e70480829c559a573b
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=c5c447ef18fb8937848459e70480829c559a573b

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Sat Aug  5 11:42:25 2006 +0200

mshtml: Fix the .jfif Content Type.

---

 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 e64c16d..e0098ce 100644
--- a/dlls/mshtml/mshtml.inf
+++ b/dlls/mshtml/mshtml.inf
@@ -381,7 +381,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"




More information about the wine-cvs mailing list