Commit 7b7c32c8 authored by Chris Morgan's avatar Chris Morgan Committed by Alexandre Julliard

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.
parent 54449ce3
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment