Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=25872
-- v3: mshtml: Add registry association for .log files.
From: Austin English austinenglish@gmail.com
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=25872 --- dlls/mshtml/mshtml.inf | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/mshtml/mshtml.inf b/dlls/mshtml/mshtml.inf index 3e05d849fe3..f2c60748c5f 100644 --- a/dlls/mshtml/mshtml.inf +++ b/dlls/mshtml/mshtml.inf @@ -278,6 +278,7 @@ HKCR,".tiff","Content Type",,"image/tiff" HKCR,"MIME\Database\Content Type\text/plain","CLSID",,"%CLSID_HTMLDocument%" HKCR,"MIME\Database\Content Type\text/plain","Extension",,".txt" HKCR,"MIME\Database\Content Type\text/plain","Encoding",1,07,00,00,00 +HKCR,".log",,,"txtfile" HKCR,".txt",,,"txtfile" HKCR,".txt","Content Type",,"text/plain"
This merge request was approved by Jacek Caban.