Module: wine Branch: master Commit: c23b6f5a9f1fbe9bb6b2422a793c9b0f4d998240 URL: http://source.winehq.org/git/wine.git/?a=commit;h=c23b6f5a9f1fbe9bb6b2422a79...
Author: Austin English austinenglish@gmail.com Date: Thu Dec 3 22:48:41 2015 -0500
wine.inf: Add HKCR\folder\shellex\ContextMenuHandlers and HKCR*\shellex\ContextMenuHandlers keys.
Signed-off-by: Austin English austinenglish@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
loader/wine.inf.in | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/loader/wine.inf.in b/loader/wine.inf.in index b0844c3..7c0ad09 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -175,6 +175,7 @@ HKCR,.msi,,2,"Msi.Package" HKCR,.msp,,2,"Msi.Patch" HKCR,.rtf,,2,"rtffile" HKCR,.wri,,2,"wrifile" +HKCR,*\shellex\ContextMenuHandlers,,16 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" @@ -188,6 +189,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,folder\shellex\ContextMenuHandlers,,16 HKCR,hlpfile,,2,"Help File" HKCR,hlpfile\shell\open\command,,2,"%11%\winhlp32.exe %1" HKCR,htmlfile\shell\open\command,,2,"""%11%\winebrowser.exe"" -nohome"