comctl32/toolbar: Fix trace info for TOOLBAR_InternalInsertButtonsT.

This commit is contained in:
Giuseppe Bilotta 2009-04-22 13:31:09 +02:00 committed by Alexandre Julliard
parent 1e256e426d
commit 6a01f71949
1 changed files with 1 additions and 1 deletions

View File

@ -1832,7 +1832,7 @@ TOOLBAR_InternalInsertButtonsT(TOOLBAR_INFO *infoPtr, INT iIndex, UINT nAddButto
for (iButton = 0; iButton < nAddButtons; iButton++) {
TBUTTON_INFO *btnPtr = &infoPtr->buttons[iIndex + iButton];
TOOLBAR_DumpTBButton(lpTbb, fUnicode);
TOOLBAR_DumpTBButton(lpTbb + iButton, fUnicode);
ZeroMemory(btnPtr, sizeof(*btnPtr));