wine.inf: Added default values for .htm and .html file extension.
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,.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"