Correct the case of wxHyperlinkCtrl in the documentation.

Closes #11814.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2010-04-16 12:47:27 +00:00
parent e439048875
commit 3db47dfaff

View File

@@ -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,