Module: wine Branch: master Commit: 951926e6e548c0b60018ea6d5bbcc66de57496e7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=951926e6e548c0b60018ea6d5b...
Author: Eric Pouech eric.pouech@orange.fr Date: Tue Apr 22 22:00:26 2008 +0200
winhelp: Replaced an erroneous FIXME by a TRACE in MACRO_DisableButton().
---
programs/winhelp/macro.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/programs/winhelp/macro.c b/programs/winhelp/macro.c index d43ec9f..85b19ce 100644 --- a/programs/winhelp/macro.c +++ b/programs/winhelp/macro.c @@ -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;}