Kirill K. Smirnov : wine.inf: Associate .hlp files with winhelp.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Oct 31 05:43:05 CST 2006


Module: wine
Branch: master
Commit: 1b039cc3ba6646e3d6c43863fb242fc603cea95f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1b039cc3ba6646e3d6c43863fb242fc603cea95f

Author: Kirill K. Smirnov <lich at math.spbu.ru>
Date:   Mon Oct 30 15:44:21 2006 +0300

wine.inf: Associate .hlp files with winhelp.

---

 tools/wine.inf |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tools/wine.inf b/tools/wine.inf
index e16b1b0..af6e545 100644
--- a/tools/wine.inf
+++ b/tools/wine.inf
@@ -87,6 +87,7 @@ HKCR,.avi,"Content Type",2,"video/avi"
 HKCR,.dll,"Content Type",2,"application/x-msdownload"
 HKCR,.exe,,2,"exefile"
 HKCR,.exe,"Content Type",2,"application/x-msdownload"
+HKCR,.hlp,,2,"hlpfile"
 HKCR,.htm,,2,"htmlfile"
 HKCR,.htm,"Content Type",2,"text/html"
 HKCR,.html,,2,"htmlfile"
@@ -106,6 +107,7 @@ HKCR,exefile\shell\open\command,,2,"""%1
 HKCR,folder\shell\open\ddeexec,,2,"[ViewFolder("%l", %I, %S)]"
 HKCR,folder\shell\open\ddeexec,"NoActivateHandler",2,""
 HKCR,folder\shell\open\ddeexec\application,,2,"Folders"
+HKCR,hlpfile\shell\open\command,,2,"%10%\winhelp.exe %1"
 HKCR,htmlfile\shell\open\command,,2,"winebrowser"
 HKCR,inifile\shell\open\command,,2,"%11%\notepad.exe %1"
 HKCR,inifile\shell\print\command,,2,"%11%\notepad.exe /p %1"




More information about the wine-cvs mailing list