- Timestamp:
- Dec 20, 1999, 6:54:26 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/toolbar.c
r2126 r2162 1 /* $Id: toolbar.c,v 1. 19 1999-12-18 20:57:01achimha Exp $ */1 /* $Id: toolbar.c,v 1.20 1999-12-20 17:54:26 achimha Exp $ */ 2 2 /* 3 3 * Toolbar control … … 1687 1687 ImageList_Draw (infoPtr->himlDef, btnPtr.iBitmap, lpdis->hDC, 1688 1688 rcButton.left+1, rcButton.top+1, ILD_NORMAL); 1689 1689 //AH: TODO: Find out why this happens!!! 1690 if ((infoPtr->strings == NULL) || (infoPtr->strings[btnPtr.iString] == NULL)) 1691 dprintf(("COMCTL32:TOOLBAR:CustomizeDialog - Error drawing string - pointer not found!\n")); 1692 else 1690 1693 DrawTextW (lpdis->hDC, infoPtr->strings[btnPtr.iString], -1, &rcText, 1691 1694 DT_LEFT | DT_VCENTER | DT_SINGLELINE);
Note:
See TracChangeset
for help on using the changeset viewer.