[PATCH 10/21] [WinHelp]: replaced an erroneous FIXME by a TRACE in MACRO_DisableButton()

Eric Pouech eric.pouech at orange.fr
Mon Apr 21 14:07:46 CDT 2008




A+
---

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





More information about the wine-patches mailing list