21 Jan
2005
21 Jan
'05
4:18 p.m.
ChangeSet ID: 15596 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2005/01/21 10:18:38 Modified files: dlls/comctl32 : status.c Log message: Gunnar Dalsnes <hardon(a)online.no> Ge van Geldorp <gvg(a)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 Patch: http://cvs.winehq.org/patch.py?id=15596 Old revision New revision Changes Path 1.69 1.70 +10 -5 wine/dlls/comctl32/status.c