From: Daniel Lehman dlehman25@gmail.com
--- dlls/mshtml/mshtml.inf | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/dlls/mshtml/mshtml.inf b/dlls/mshtml/mshtml.inf index fc010bcc593..3e05d849fe3 100644 --- a/dlls/mshtml/mshtml.inf +++ b/dlls/mshtml/mshtml.inf @@ -217,6 +217,10 @@ HKCR,".mpe","Content Type",,"video/mpeg" HKCR,".mpeg","Content Type",,"video/mpeg" HKCR,".mpg","Content Type",,"video/mpeg"
+;; PDF +HKCR,"MIME\Database\Content Type\application/pdf","Extension",,".pdf" +HKCR,".pdf","Content Type",,"application/pdf" + ;; PJPG HKCR,"MIME\Database\Content Type\image/pjpeg","CLSID",,"%CLSID_HTMLDocument%" HKCR,"MIME\Database\Content Type\image/pjpeg","Extension",,".jpg"