Ignore:
Timestamp:
Jul 12, 1999, 5:58:51 PM (26 years ago)
Author:
cbratschi
Message:

wine-990704 updates, TBCUSTOMIZE implemented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/status.c

    r267 r295  
    1 /* $Id: status.c,v 1.8 1999-07-04 21:05:59 cbratschi Exp $ */
     1/* $Id: status.c,v 1.9 1999-07-12 15:58:48 cbratschi Exp $ */
    22/*
    33 * Interface code to StatusWindow widget/control
     
    665665    if (style & SBT_OWNERDRAW)
    666666    {
     667      if (!(part->style & SBT_OWNERDRAW) && part->text) COMCTL32_Free(part->text);
    667668      part->text = (LPWSTR)text;
    668669    } else
     
    720721    if (style & SBT_OWNERDRAW)
    721722    {
     723      if (!(part->style & SBT_OWNERDRAW) && part->text) COMCTL32_Free(part->text);
    722724      part->text = text;
    723725    } else
    724726    {
     727      //compare
    725728      if (lstrcmpW(part->text,text) == 0)
    726729      {
Note: See TracChangeset for help on using the changeset viewer.