// Author: Ryan Norton
// Modified by:
// Created: 09/25/2004
-// RCS-ID: $Id$
// Copyright: (c) 2004 Ryan Norton
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
: wxTopLevelWindow(NULL, wxID_ANY, wxEmptyString), m_impl(impl)
{
Connect(
- -1, wxEVT_COMMAND_MENU_SELECTED,
+ -1, wxEVT_MENU,
wxCommandEventHandler(wxTaskBarIconWindow::OnMenuEvent) );
}