Module: wine Branch: refs/heads/master Commit: 0013b3498f8d11f28de0420605f81ea87dda572d URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=0013b3498f8d11f28de04206...
Author: Stefan Leichter Stefan.Leichter@camLine.com Date: Fri Jun 2 22:52:39 2006 +0200
wine.inf: Added default values for .htm and .html file extension.
---
tools/wine.inf | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tools/wine.inf b/tools/wine.inf index 9752357..96ba9e9 100644 --- a/tools/wine.inf +++ b/tools/wine.inf @@ -85,7 +85,9 @@ HKCR,.avi,"Content Type",,"video/avi" HKCR,.dll,"Content Type",,"application/x-msdownload" HKCR,.exe,,,"exefile" HKCR,.exe,"Content Type",,"application/x-msdownload" +HKCR,.htm,,,"htmlfile" HKCR,.htm,"Content Type",,"text/html" +HKCR,.html,,,"htmlfile" HKCR,.html,"Content Type",,"text/html" HKCR,.jfif,"Content Type",,"image/jpeg" HKCR,.lnk,,,"lnkfile"