Ignore:
Timestamp:
Jan 8, 2001, 6:54:48 PM (25 years ago)
Author:
umoeller
Message:

Final changes for 0.9.7, i hope...

File:
1 edited

Legend:

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

    r20 r21  
    8181/*
    8282 *@@category: Helpers\PM helpers\Window classes\Tooltips
     83 *      See cctl_tooltip.c.
    8384 */
    8485
     
    12891290                    // compose values for that msg
    12901291                    TOOLTIPTEXT ttt = {0};
    1291                     _Pmpf(("TTM_GETTEXT: PSZ_TEXTCALLBACK"));
     1292                    _Pmpf(("TTM_GETTEXT: PSZ_TEXTCALLBACK... sending TTN_NEEDTEXT"));
    12921293                    ttt.hwndTooltip = hwndTooltip;
    12931294                    ttt.hwndTool = pti->hwndTool;
    1294                     WinSendMsg(pti->hwndTool,
     1295                    WinSendMsg(pti->hwndToolOwner,
    12951296                               WM_CONTROL,
    12961297                               MPFROM2SHORT(pttd->ulTooltipID,  // tooltip control wnd ID
Note: See TracChangeset for help on using the changeset viewer.