Changeset 252 for trunk/src/comctl32/toolbar.c
- Timestamp:
- Jun 30, 1999, 5:52:19 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/toolbar.c
r236 r252 1 /* $Id: toolbar.c,v 1. 7 1999-06-28 15:46:27cbratschi Exp $ */1 /* $Id: toolbar.c,v 1.8 1999-06-30 15:52:18 cbratschi Exp $ */ 2 2 /* 3 3 * Toolbar control … … 1518 1518 lstrcpynA (lpTbInfo->pszText, 1519 1519 (LPSTR)infoPtr->strings[btnPtr->iString], 1520 MIN(lpTbInfo->cchText,lstrlenA((LPSTR)infoPtr->strings[btnPtr->iString])));1520 lpTbInfo->cchText); 1521 1521 } 1522 1522
Note:
See TracChangeset
for help on using the changeset viewer.