X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/105fbe1ffa8968cb85fd2cac7192957e522d17ba..60435227b10297510316a88f67758fb6b6d93c10:/src/motif/control.cpp diff --git a/src/motif/control.cpp b/src/motif/control.cpp index 3d6cdf909c..89ca39db56 100644 --- a/src/motif/control.cpp +++ b/src/motif/control.cpp @@ -4,7 +4,6 @@ // Author: Julian Smart // Modified by: // Created: 17/09/98 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -102,7 +101,7 @@ wxString wxControl::GetLabel() const bool wxControl::ProcessCommand(wxCommandEvent & event) { - return GetEventHandler()->ProcessEvent(event); + return HandleWindowEvent(event); } wxSize wxControl::DoGetBestSize() const