// Author: Stefan Csomor
// Modified by:
// Created: 1998-01-01
-// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
bool wxChoice::OSXHandleClicked( double WXUNUSED(timestampsec) )
{
- SendSelectionChangedEvent(wxEVT_COMMAND_CHOICE_SELECTED);
+ SendSelectionChangedEvent(wxEVT_CHOICE);
return true ;
}