X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/595663964aac0d33489a41e27a24c1d029373103..591805e0b85d26b6256617710277b26065a2b767:/src/common/hyperlnkcmn.cpp diff --git a/src/common/hyperlnkcmn.cpp b/src/common/hyperlnkcmn.cpp index 20ff7acc52..8cac751b03 100644 --- a/src/common/hyperlnkcmn.cpp +++ b/src/common/hyperlnkcmn.cpp @@ -4,7 +4,6 @@ // Author: David Norris , Otto Wyss // Modified by: Ryan Norton, Francesco Montorsi // Created: 04/02/2005 -// RCS-ID: $Id$ // Copyright: (c) 2005 David Norris // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -80,7 +79,7 @@ wxEND_FLAGS( wxHyperlinkStyle ) wxIMPLEMENT_DYNAMIC_CLASS_XTI( wxHyperlinkCtrl, wxControl, "wx/hyperlink.h") IMPLEMENT_DYNAMIC_CLASS(wxHyperlinkEvent, wxCommandEvent) -wxDEFINE_EVENT( wxEVT_COMMAND_HYPERLINK, wxHyperlinkEvent ); +wxDEFINE_EVENT( wxEVT_HYPERLINK, wxHyperlinkEvent ); wxBEGIN_PROPERTIES_TABLE(wxHyperlinkCtrl) wxPROPERTY( Label, wxString, SetLabel, GetLabel, wxString(), \