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

This commit is contained in:
Eric Pouech 2008-04-22 22:00:26 +02:00 committed by Alexandre Julliard
parent 4a89d29104
commit 951926e6e5
1 changed files with 1 additions and 1 deletions

View File

@ -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;}