Re: wine.inf: Add shell handler for .url files.

2011-04-08 Thread Jacek Caban
Hi Hans, On 4/8/11 9:22 AM, Hans Leidekker wrote: diff --git a/tools/wine.inf.in b/tools/wine.inf.in index d4a457b..048b5bb 100644 --- a/tools/wine.inf.in +++ b/tools/wine.inf.in @@ -161,6 +161,7 @@ HKCR,.lnk,,2,"lnkfile" HKCR,.msi,,2,"Msi.Package" HKCR,.msp,,2,"Msi.Patch" HKCR,.rtf,,2,"rt

Re: wine.inf: Add shell handler for .url files.

2011-04-08 Thread Hans Leidekker
On Fri, 2011-04-08 at 09:35 +0200, Damjan Jovanovic wrote: > Aren't most Internet-related file associations created by > dlls/mshtml/mshtml.inf instead of tools/wine.inf.in, and should we > maybe change that or move your patch there? Looks like InternetShortcut is registered both by shdocvw and m

Re: wine.inf: Add shell handler for .url files.

2011-04-08 Thread Damjan Jovanovic
On Fri, Apr 8, 2011 at 9:22 AM, Hans Leidekker wrote: > See http://bugs.winehq.org/show_bug.cgi?id=26673 > --- >  tools/wine.inf.in |    5 + >  1 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/tools/wine.inf.in b/tools/wine.inf.in > index d4a457b..048b5bb 100644 > --- a/tools/