From 7b7c32c801e4ca9d9b3fd2dd7df86e54ec9749e7 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Mon, 18 Sep 2000 01:41:50 +0000 Subject: [PATCH] Change FIXME("Button size set after button in toolbar\n") in SetButtonSize() to WARN as quite a few applications are doing this after adding each button to the toolbar and there is no way we can stop them. --- dlls/comctl32/toolbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.11.4.GIT