Unicode compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
0a5af992db
commit
e678981e9a
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ void wxHyperlinkCtrl::SetLabel(const wxString &label)
|
|||
void wxHyperlinkCtrl::SetURL(const wxString &uri)
|
||||
{
|
||||
if ( UseNative() )
|
||||
gtk_link_button_set_uri(GTK_LINK_BUTTON(m_widget), uri.c_str());
|
||||
gtk_link_button_set_uri(GTK_LINK_BUTTON(m_widget), wxGTK_CONV(uri));
|
||||
else
|
||||
wxGenericHyperlinkCtrl::SetURL(uri);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue