comctl32: Fix typo in rebar.
This commit is contained in:
parent
9bc08be37b
commit
019016f90f
|
@ -2510,7 +2510,7 @@ REBAR_SetBandInfoT(REBAR_INFO *infoPtr, WPARAM wParam, LPARAM lParam, BOOL bUnic
|
||||||
else
|
else
|
||||||
Str_SetPtrAtoW(&wstr, (LPSTR)lprbbi->lpText);
|
Str_SetPtrAtoW(&wstr, (LPSTR)lprbbi->lpText);
|
||||||
|
|
||||||
if (REBAR_strdifW(wstr, lprbbi->lpText)) {
|
if (REBAR_strdifW(wstr, lpBand->lpText)) {
|
||||||
Free(lpBand->lpText);
|
Free(lpBand->lpText);
|
||||||
lpBand->lpText = wstr;
|
lpBand->lpText = wstr;
|
||||||
bChanged = TRUE;
|
bChanged = TRUE;
|
||||||
|
|
Loading…
Reference in New Issue