X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/170acdc90e9f92f8b8120fa6c04acdbf45c89582..c7c6e54baed01937426239dd38164ee0326fa172:/src/gtk/listbox.cpp diff --git a/src/gtk/listbox.cpp b/src/gtk/listbox.cpp index a6ec658364..6c63afc9a5 100644 --- a/src/gtk/listbox.cpp +++ b/src/gtk/listbox.cpp @@ -516,7 +516,7 @@ void wxListBox::GtkInsertItems(const wxArrayString& items, wxString label = items[i]; GtkTreeEntry* entry = gtk_tree_entry_new(); - gtk_tree_entry_set_label(entry, wxConvUTF8.cWX2MB(label)); + gtk_tree_entry_set_label(entry, wxGTK_CONV(label)); gtk_tree_entry_set_destroy_func(entry, (GtkTreeEntryDestroy)gtk_tree_entry_destroy_cb, this);