[Bug 30035] metapad - use of special characters in replace mode does not work

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Feb 28 07:29:15 CST 2012


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

--- Comment #1 from Alexandre Julliard <julliard at winehq.org> 2012-02-28 07:29:15 CST ---
(In reply to comment #0)
> Metapad is a free and very efficient notepad replacement, one file executable.
> The author states, that metapad has NO dependencies of win32 DLLs, so one
> should expect metapad to behave identical in WINE and Windows platform.

That's clearly not true, the app is just a wrapper around the richedit control.

Anyway, the problem is that it does a fState == MFS_CHECKED to see if the
"Disabled" menu item is checked when you click on it, but we have set the
MFS_HILITE flag too at that point. The flag should probably be cleared when the
item is selected, this will need some tests.

-- 
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