Changeset 295 for trunk/src/comctl32/status.c
- Timestamp:
- Jul 12, 1999, 5:58:51 PM (26 years ago)
- 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:59cbratschi Exp $ */1 /* $Id: status.c,v 1.9 1999-07-12 15:58:48 cbratschi Exp $ */ 2 2 /* 3 3 * Interface code to StatusWindow widget/control … … 665 665 if (style & SBT_OWNERDRAW) 666 666 { 667 if (!(part->style & SBT_OWNERDRAW) && part->text) COMCTL32_Free(part->text); 667 668 part->text = (LPWSTR)text; 668 669 } else … … 720 721 if (style & SBT_OWNERDRAW) 721 722 { 723 if (!(part->style & SBT_OWNERDRAW) && part->text) COMCTL32_Free(part->text); 722 724 part->text = text; 723 725 } else 724 726 { 727 //compare 725 728 if (lstrcmpW(part->text,text) == 0) 726 729 {
Note:
See TracChangeset
for help on using the changeset viewer.