Authors: Gunnar Dalsnes <hardon@online.no>, Ge van Geldorp <gvg@reactos.com>
commit32d9dab38dd179b7998efea93933203a2cf840d0
authorAlexandre Julliard <julliard@winehq.org>
Fri, 21 Jan 2005 16:18:38 +0000 (21 16:18 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 21 Jan 2005 16:18:38 +0000 (21 16:18 +0000)
tree2bd4dcece4285291af95b77b8427c9bdbd3008f8
parent14b96358f86493d4959098ac8e895be2b8d5e5a3
Authors: Gunnar Dalsnes <hardon@online.no>, Ge van Geldorp <gvg@reactos.com>
STATUSBAR_SetTextT:
- ntext wasn't freed on return if text was unicode
- part->text was always freed, but if the previous style was
  SBT_OWNERDRAW, part->text would contain 32bit data
- free old text if new style is SBT_OWNERDRAW but old style wasn't
dlls/comctl32/status.c