Module: wine Branch: refs/heads/master Commit: 2a96095aa3c4ad11dac7de56932476d2919ae300 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=2a96095aa3c4ad11dac7de56...
Author: Huw Davies huw@codeweavers.com Date: Wed Jul 26 13:59:48 2006 +0100
wine.inf: Add inifile entries.
---
tools/wine.inf | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/tools/wine.inf b/tools/wine.inf index 316c25a..f894c39 100644 --- a/tools/wine.inf +++ b/tools/wine.inf @@ -89,6 +89,7 @@ HKCR,.htm,,,"htmlfile" HKCR,.htm,"Content Type",,"text/html" HKCR,.html,,,"htmlfile" HKCR,.html,"Content Type",,"text/html" +HKCR,.ini,,,"inifile" HKCR,.jfif,"Content Type",,"image/jpeg" HKCR,.lnk,,,"lnkfile" HKCR,.msi,,,"Msi.Package" @@ -104,6 +105,8 @@ HKCR,folder\shell\open\ddeexec,,,"[ViewF HKCR,folder\shell\open\ddeexec,"NoActivateHandler",,"" HKCR,folder\shell\open\ddeexec\application,,,"Folders" HKCR,htmlfile\shell\open\command,,,"winebrowser" +HKCR,inifile\shell\open\command,,,"%11%\notepad.exe %1" +HKCR,inifile\shell\print\command,,,"%11%\notepad.exe /p %1" HKCR,lnkfile,"NeverShowExt",,"" HKCR,lnkfile,"IsShortcut",,"yes" HKCR,lnkfile\CLSID,,,"{00021401-0000-0000-C000-000000000046}"