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/tab.c

    r236 r252  
    1 /* $Id: tab.c,v 1.6 1999-06-28 15:46:26 cbratschi Exp $ */
     1/* $Id: tab.c,v 1.7 1999-06-30 15:52:17 cbratschi Exp $ */
    22/*
    33 * Tab control
     
    13541354   if (len>wineItem->cchTextMax)
    13551355     wineItem->pszText = COMCTL32_ReAlloc (wineItem->pszText, len+1);
    1356    lstrcpynA (wineItem->pszText, tabItem->pszText, len);
     1356   lstrcpynA (wineItem->pszText, tabItem->pszText, len+1);
    13571357  }
    13581358
Note: See TracChangeset for help on using the changeset viewer.