Francois Gouget : hh: Use the hh.exe icon as the default for .chm files.
Module: wine Branch: master Commit: 20938661dff0f5be3577f2749ac87324cf11918c URL: http://source.winehq.org/git/wine.git/?a=commit;h=20938661dff0f5be3577f2749a... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Wed Mar 18 17:10:01 2015 +0100 hh: Use the hh.exe icon as the default for .chm files. --- loader/wine.inf.in | 1 + 1 file changed, 1 insertion(+) diff --git a/loader/wine.inf.in b/loader/wine.inf.in index 3c401b1..d901251 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -176,6 +176,7 @@ HKCR,.msp,,2,"Msi.Patch" HKCR,.rtf,,2,"rtffile" HKCR,.wri,,2,"wrifile" HKCR,chm.file,,2,"Compiled HTML Help File" +HKCR,chm.file\DefaultIcon,,2,"%10%\hh.exe,0" HKCR,chm.file\shell\open\command,,2,"%10%\hh.exe %1" HKCR,cplfile,,2,"Control Panel Item" HKCR,cplfile\shell\cplopen,,2,"Open with Control Panel"
participants (1)
-
Alexandre Julliard