From: Vadim Zeitlin Date: Sun, 2 Dec 2007 17:09:51 +0000 (+0000) Subject: correct the wxEVT_TASKBAR_BALLOON_CLICK handler name (it doesn't change anything... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6433692716880ca5d7441356d9a65ec4e616cb93 correct the wxEVT_TASKBAR_BALLOON_CLICK handler name (it doesn't change anything for now) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/notifmsg.cpp b/src/msw/notifmsg.cpp index 136a1bc9c7..dbbc098ad2 100644 --- a/src/msw/notifmsg.cpp +++ b/src/msw/notifmsg.cpp @@ -203,7 +203,7 @@ wxNotificationIconEvtHandler::wxNotificationIconEvtHandler(wxTaskBarIcon *icon) m_icon->Connect ( wxEVT_TASKBAR_BALLOON_CLICK, - wxTaskBarIconEventHandler(wxNotificationIconEvtHandler::OnTimeout), + wxTaskBarIconEventHandler(wxNotificationIconEvtHandler::OnClick), NULL, this );