wine.inf: Associate .hlp files with winhelp.

This commit is contained in:
Kirill K. Smirnov 2006-10-30 15:44:21 +03:00 committed by Alexandre Julliard
parent 5b43d41a2b
commit 1b039cc3ba
1 changed files with 2 additions and 0 deletions

View File

@ -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"