[Bug 15585] The Bat! v4.0.34.13 - Click on URL cause a DDE - Error

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jan 17 18:43:01 CST 2010


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


Joerg Schiermeier <newsletter at Schiermeier-Software.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WORKSFORME




--- Comment #2 from Joerg Schiermeier <newsletter at Schiermeier-Software.de>  2010-01-17 18:43:01 ---
I simply change in user.reg this part:

---/user.reg/---
[Software\\Classes\\http\\shell\\open\\command]
@="%SystemRoot%\\system32\\winebrowser.exe \"%1\""

[Software\\Classes\\http\\shell\\open\\ddeexec]
@="\"%1\",,-1,0,,,,"
"NoActivateHandler"=""

[Software\\Classes\\http\\shell\\open\\ddeexec\\Application]
@="IExplore"

[Software\\Classes\\http\\shell\\open\\ddeexec\\Topic]
@="WWW_OpenURL"

[Software\\Classes\\https\\shell\\open\\command]
@="%SystemRoot%\\system32\\winebrowser.exe \"%1\""

[Software\\Classes\\https\\shell\\open\\ddeexec]
@="\"%1\",,-1,0,,,,"
"NoActivateHandler"=""

[Software\\Classes\\https\\shell\\open\\ddeexec\\Application]
@="IExplore"

[Software\\Classes\\https\\shell\\open\\ddeexec\\Topic]
@="WWW_OpenURL"
----------------

to this:

---/user.reg/---
[Software\\Classes\\http\\shell\\open\\command]
@="%SystemRoot%\\system32\\winebrowser.exe \"%1\""

[Software\\Classes\\https\\shell\\open\\command]
@="%SystemRoot%\\system32\\winebrowser.exe \"%1\""
----------------

and it works without the errormessage. This works.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list