Module: wine Branch: master Commit: afb8f6257bef48b735abdfeb684a8635abcf3343 URL: http://source.winehq.org/git/wine.git/?a=commit;h=afb8f6257bef48b735abdfeb68...
Author: Louis Lenders xerox_xerox2000@yahoo.co.uk Date: Sun Oct 7 09:33:33 2007 +0100
wine.inf: Add 2 keys for *.chm files.
---
tools/wine.inf | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tools/wine.inf b/tools/wine.inf index 2676f16..c311cd9 100644 --- a/tools/wine.inf +++ b/tools/wine.inf @@ -87,6 +87,7 @@ Services="System\CurrentControlSet\Services"
[Classes] HKCR,.avi,"Content Type",2,"video/avi" +HKCR,.chm,,2,"chm.file" HKCR,.dll,"Content Type",2,"application/x-msdownload" HKCR,.exe,,2,"exefile" HKCR,.exe,"Content Type",2,"application/x-msdownload" @@ -108,6 +109,7 @@ HKCR,.wri,,2,"wrifile" HKCR,.wav,"Content Type",2,"audio/wav" HKCR,.xml,"Content Type",2,"text/xml" HKCR,.xsl,"Content Type",2,"text/xsl" +HKCR,chm.file\shell\open\command,,2,"%11%\hh.exe %1" HKCR,exefile\DefaultIcon,,2,"%1" HKCR,exefile\shell\open\command,,2,"""%1"" %*" HKCR,folder\shell\open\ddeexec,,2,"[ViewFolder("%l", %I, %S)]"