wine.inf: Associate .hlp files with winhelp.
This commit is contained in:
parent
5b43d41a2b
commit
1b039cc3ba
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue