GTK2: gtk_label_set -> gtk_label_set_text
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -406,7 +406,7 @@ void wxRadioBox::SetString( int item, const wxString& label )
|
||||
|
||||
GtkLabel *g_label = GTK_LABEL(GTK_BIN(node->GetData())->child);
|
||||
|
||||
gtk_label_set( g_label, wxGTK_CONV( label ) );
|
||||
gtk_label_set_text( g_label, wxGTK_CONV( label ) );
|
||||
}
|
||||
|
||||
bool wxRadioBox::Enable( bool enable )
|
||||
|
||||
Reference in New Issue
Block a user