diff --git a/src/generic/hyperlink.cpp b/src/generic/hyperlink.cpp index 54c6a9a092..d6d2da46cf 100644 --- a/src/generic/hyperlink.cpp +++ b/src/generic/hyperlink.cpp @@ -82,7 +82,7 @@ bool wxHyperlinkCtrl::Create(wxWindow *parent, wxWindowID id, if(url.empty()) SetURL(label); else - SetUrl(url); + SetURL(url); if(label.empty()) SetLabel(url);