revised the patch following your comments. please let me know if you see anything left to do before it can be applied.
Thorsten
Index: toolbar.c =================================================================== RCS file: /home/wine/wine/dlls/comctl32/toolbar.c,v retrieving revision 1.194 diff -r1.194 toolbar.c 3193a3194 > LPWSTR lpText = NULL; 3197a3199,3200 > lpText= TOOLBAR_GetText(infoPtr,&infoPtr->buttons[nIndex]); > 3199a3203,3207 > memcpy(&nmtb.tbButton, &infoPtr->buttons[nIndex], sizeof(nmtb.tbButton) ); > nmtb.cchText = lstrlenW(lpText); > nmtb.pszText = lpText; > nmtb.rcButton = infoPtr->buttons[nIndex].rect; >
