Changeset 21590 for trunk/src/shell32/systray.c
- Timestamp:
- Mar 15, 2011, 4:34:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/systray.c
r10604 r21590 78 78 SYSTRAY_ItemSetTip (*ptrayItem, (pnid->uFlags&NIF_TIP) ?pnid->szTip :"", FALSE); 79 79 80 TRACE("SYSTRAY_Add %p: 0x%08x 0x%08x 0x%08x %s\n", (*ptrayItem), (*ptrayItem)->notifyIcon.hWnd, 80 TRACE("SYSTRAY_Add %p: 0x%08x 0x%08x 0x%08x 0x%08x %s\n", (*ptrayItem), 81 (*ptrayItem)->notifyIcon.hWnd, (*ptrayItem)->notifyIcon.hIcon, 81 82 pnid->uCallbackMessage, (*ptrayItem)->notifyIcon.uCallbackMessage, 82 83 pnid->szTip );
Note:
See TracChangeset
for help on using the changeset viewer.