mirror of
https://github.com/reactos/wine.git
synced 2025-02-23 06:12:31 +00:00
winhelp: Replaced an erroneous FIXME by a TRACE in MACRO_DisableButton().
This commit is contained in:
parent
4a89d29104
commit
951926e6e5
@ -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;}
|
||||
|
Loading…
x
Reference in New Issue
Block a user