]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/hyperlink.h
Fix handling of help buttons with non-empty label under OS X.
[wxWidgets.git] / interface / wx / hyperlink.h
index d2e4725735ebac97ccebf58d18388cf57084dea0..15dd2519dbbbf0e02639cb03e0d6b1751c483335 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxHyperlinkEvent
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -91,7 +91,7 @@ public:
     /**
         Constructor. See Create() for more info.
     */
-    wxHyperLinkCtrl(wxWindow* parent, wxWindowID id,
+    wxHyperlinkCtrl(wxWindow* parent, wxWindowID id,
                     const wxString& label,
                     const wxString& url,
                     const wxPoint& pos = wxDefaultPosition,