X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c328f9d3745a7431fde541eab1b1aae2004c9232..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/hyperlink.h diff --git a/interface/wx/hyperlink.h b/interface/wx/hyperlink.h index e22e9ea43a..de28dd31a5 100644 --- a/interface/wx/hyperlink.h +++ b/interface/wx/hyperlink.h @@ -2,7 +2,6 @@ // Name: hyperlink.h // Purpose: interface of wxHyperlinkEvent // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -45,7 +44,7 @@ public: }; -wxEventType wxEVT_COMMAND_HYPERLINK; +wxEventType wxEVT_HYPERLINK; /** @class wxHyperlinkCtrl @@ -94,7 +93,7 @@ wxEventType wxEVT_COMMAND_HYPERLINK; @library{wxadv} @category{ctrl} - @appearance{hyperlinkctrl.png} + @appearance{hyperlinkctrl} @see wxURL, wxHyperlinkEvent */