Ignore:
Timestamp:
Jan 5, 2001, 11:15:28 PM (25 years ago)
Author:
umoeller
Message:

Updated tooltips.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/cctl_tooltip.c

    r19 r20  
    12761276             *      Return value: 0 always.
    12771277             *
    1278              *      Additional note: On input, if TOOLINFO.lpszText == LPSTR_TEXTCALLBACK,
     1278             *      Additional note: On input, if TOOLINFO.lpszText == PSZ_TEXTCALLBACK,
    12791279             *      this sends the TTN_NEEDTEXT notification to TOOLINFO.hwnd.
    12801280             */
     
    12891289                    // compose values for that msg
    12901290                    TOOLTIPTEXT ttt = {0};
    1291                     _Pmpf(("TTM_GETTEXT: LPSTR_TEXTCALLBACK"));
     1291                    _Pmpf(("TTM_GETTEXT: PSZ_TEXTCALLBACK"));
    12921292                    ttt.hwndTooltip = hwndTooltip;
    12931293                    ttt.hwndTool = pti->hwndTool;
Note: See TracChangeset for help on using the changeset viewer.