From 3db47dfaff7ef942139f1f7f8c0c0875f089c5d8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 16 Apr 2010 12:47:27 +0000 Subject: [PATCH] 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 --- interface/wx/hyperlink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/hyperlink.h b/interface/wx/hyperlink.h index d2e4725735..044604e725 100644 --- a/interface/wx/hyperlink.h +++ b/interface/wx/hyperlink.h @@ -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, -- 2.45.2