Changeset 13 for trunk/src/helpers/winh.c
- Timestamp:
- Nov 23, 2000, 7:36:41 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/winh.c
r12 r13 2979 2979 if (pszText) 2980 2980 { 2981 if (strhrpl(&pszText, 0, pszSearch, pszReplaceWith, 0) > 0) 2981 ULONG ulOfs = 0; 2982 if (strhrpl(&pszText, &ulOfs, pszSearch, pszReplaceWith) > 0) 2982 2983 { 2983 2984 WinSetWindowText(hwnd, pszText);
Note:
See TracChangeset
for help on using the changeset viewer.