comctl32: Fix typo in rebar.

This commit is contained in:
Lei Zhang 2007-11-01 22:45:45 -07:00 committed by Alexandre Julliard
parent 9bc08be37b
commit 019016f90f
1 changed files with 1 additions and 1 deletions

View File

@ -2510,7 +2510,7 @@ REBAR_SetBandInfoT(REBAR_INFO *infoPtr, WPARAM wParam, LPARAM lParam, BOOL bUnic
else
Str_SetPtrAtoW(&wstr, (LPSTR)lprbbi->lpText);
if (REBAR_strdifW(wstr, lprbbi->lpText)) {
if (REBAR_strdifW(wstr, lpBand->lpText)) {
Free(lpBand->lpText);
lpBand->lpText = wstr;
bChanged = TRUE;