Ignore:
Timestamp:
Jun 30, 1999, 5:52:19 PM (26 years ago)
Author:
cbratschi
Message:

unicode and other changes

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:27 cbratschi Exp $ */
     1/* $Id: toolbar.c,v 1.8 1999-06-30 15:52:18 cbratschi Exp $ */
    22/*
    33 * Toolbar control
     
    15181518            lstrcpynA (lpTbInfo->pszText,
    15191519                         (LPSTR)infoPtr->strings[btnPtr->iString],
    1520                          MIN(lpTbInfo->cchText,lstrlenA((LPSTR)infoPtr->strings[btnPtr->iString])));
     1520                         lpTbInfo->cchText);
    15211521    }
    15221522
Note: See TracChangeset for help on using the changeset viewer.