[PATCH v3 0/1] MR7154: dlls/mshtml/mshtml.inf: add registry associations for .log files
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=25872 -- v3: mshtml: Add registry association for .log files. https://gitlab.winehq.org/wine/wine/-/merge_requests/7154
From: Austin English <austinenglish(a)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" -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/7154
This merge request was approved by Jacek Caban. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7154
participants (3)
-
Austin English -
Austin English (@austin987) -
Jacek Caban (@jacek)