]> git.saurik.com Git - wxWidgets.git/commitdiff
correct the wxEVT_TASKBAR_BALLOON_CLICK handler name (it doesn't change anything...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Dec 2007 17:09:51 +0000 (17:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 Dec 2007 17:09:51 +0000 (17:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/notifmsg.cpp

index 136a1bc9c79221c72b5b47cc1e0f501da2f24e2a..dbbc098ad2ce5ecd3494d5278ebfdb914d73edbe 100644 (file)
@@ -203,7 +203,7 @@ wxNotificationIconEvtHandler::wxNotificationIconEvtHandler(wxTaskBarIcon *icon)
     m_icon->Connect
             (
               wxEVT_TASKBAR_BALLOON_CLICK,
-              wxTaskBarIconEventHandler(wxNotificationIconEvtHandler::OnTimeout),
+              wxTaskBarIconEventHandler(wxNotificationIconEvtHandler::OnClick),
               NULL,
               this
             );