X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7bc740719c93355e447db5c9bcb24cf7cdc29b61..2f36b4d22beeb7f4f0cedf922c0c26d037f54477:/src/osx/choice_osx.cpp diff --git a/src/osx/choice_osx.cpp b/src/osx/choice_osx.cpp index d7ea4197fa..fd9a59daa7 100644 --- a/src/osx/choice_osx.cpp +++ b/src/osx/choice_osx.cpp @@ -4,7 +4,6 @@ // Author: Stefan Csomor // Modified by: // Created: 1998-01-01 -// RCS-ID: $Id$ // Copyright: (c) Stefan Csomor // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -236,7 +235,7 @@ void * wxChoice::DoGetItemClientData(unsigned int n) const bool wxChoice::OSXHandleClicked( double WXUNUSED(timestampsec) ) { - SendSelectionChangedEvent(wxEVT_COMMAND_CHOICE_SELECTED); + SendSelectionChangedEvent(wxEVT_CHOICE); return true ; }