]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/hyperlink.h
Move code removing "-psn_xxx" command line arguments to common code.
[wxWidgets.git] / interface / wx / hyperlink.h
index e22e9ea43a6db849a24a4bd473f60e51fcbfb738..de28dd31a5f9860e3afa22f13b8bd5e57ffe9ae3 100644 (file)
@@ -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
 */