Commit 951926e6 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

winhelp: Replaced an erroneous FIXME by a TRACE in MACRO_DisableButton().

parent 4a89d291
......@@ -418,7 +418,7 @@ void CALLBACK MACRO_DisableButton(LPCSTR id)
{
WINHELP_BUTTON** b;
WINE_FIXME("(\"%s\")\n", id);
WINE_TRACE("(\"%s\")\n", id);
b = MACRO_LookupButton(Globals.active_win, id);
if (!*b) {WINE_FIXME("Couldn't find button '%s'\n", id); return;}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment