> Hi, i noticed some kind of regression in current git, for example when i try to start
> http://fe.trymedia.com/dm/infogrames/30m_default/t_20em/FreddiKelp.exe , a download manager for the game. With current git i get this:
>
> Usage: winebrowser URL
>
>
>
> That's it, whereas in wine-0.9.34, it opens my firefox fine, at the correct page , and starts to download the game.
>
> The only solution i found now is again add "%1" to the key HKEY_CLASSES_ROOT\http\shell\open\command\winebrowser, but that "fix' was not acceptable in wine, me was told a few  weeks ago. I saw some patches from Misha Koshelev that might be related to this, maybe changing the key is acceptable now, or anyone know another fix? Thx
>

Never mind, I found more info here:

http://bugs.winehq.org/show_bug.cgi?id=7953

I checked on an XP installation with IE and the key there does _not_ have %1 but it has ddeexec subkeys which means it is using DDE to communicate.
If I have time, I may look into how hard it would be to add DDE for winebrowser (I don't think it should be too bad, but I'll have to check).

Misha