Fix the .jfif Content Type (resend)

Francois Gouget fgouget at codeweavers.com
Sat Aug 5 04:42:25 CDT 2006


According to my tests, this time the patch should not be wrapped.

---
 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"
-- 
1.4.1




More information about the wine-patches mailing list