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
This commit is contained in:
Vadim Zeitlin 2007-12-02 17:09:51 +00:00
parent e2d5abbf52
commit 6433692716

View File

@ -203,7 +203,7 @@ wxNotificationIconEvtHandler::wxNotificationIconEvtHandler(wxTaskBarIcon *icon)
m_icon->Connect m_icon->Connect
( (
wxEVT_TASKBAR_BALLOON_CLICK, wxEVT_TASKBAR_BALLOON_CLICK,
wxTaskBarIconEventHandler(wxNotificationIconEvtHandler::OnTimeout), wxTaskBarIconEventHandler(wxNotificationIconEvtHandler::OnClick),
NULL, NULL,
this this
); );