diff --git a/dlls/comctl32/toolbar.c b/dlls/comctl32/toolbar.c index 4acc3036d96..1fa4e31ef9e 100644 --- a/dlls/comctl32/toolbar.c +++ b/dlls/comctl32/toolbar.c @@ -2842,7 +2842,7 @@ TOOLBAR_SetButtonSize (HWND hwnd, WPARAM wParam, LPARAM lParam) checks that the return value is nonzero - mjm */ if( infoPtr->nNumButtons != 0 ) { - FIXME("Button size set after button in toolbar\n"); + WARN("Button size set after button in toolbar\n"); return TRUE; }