Changeset 285 for trunk/src/comctl32/tooltips.c
- Timestamp:
- Jul 7, 1999, 7:08:43 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/comctl32/tooltips.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/tooltips.c
r267 r285 1 /* $Id: tooltips.c,v 1.1 0 1999-07-04 21:06:00cbratschi Exp $ */1 /* $Id: tooltips.c,v 1.11 1999-07-07 17:08:43 cbratschi Exp $ */ 2 2 /* 3 3 * Tool tip control … … 1133 1133 if (nTool == -1) return 0; 1134 1134 1135 lstrcpyWtoA (lpToolInfo->lpszText, infoPtr->tools[nTool].lpszText); 1135 TOOLTIPS_GetTipText(hwnd,infoPtr,nTool); 1136 1137 lstrcpyWtoA(lpToolInfo->lpszText,infoPtr->szTipText); 1136 1138 1137 1139 return 0; … … 1154 1156 if (nTool == -1) return 0; 1155 1157 1156 lstrcpyW (lpToolInfo->lpszText, infoPtr->tools[nTool].lpszText); 1158 TOOLTIPS_GetTipText(hwnd,infoPtr,nTool); 1159 1160 lstrcpyW(lpToolInfo->lpszText,infoPtr->szTipText); 1157 1161 1158 1162 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.
