From: Włodzimierz Skiba <abx@abx.art.pl>
Date: Mon, 29 May 2006 10:09:00 +0000 (+0000)
Subject: Typo fix.
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/06ec4d9c0f1e686eff946d55ebd48bb6e992c5ee

Typo fix.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

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);