]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/combobox.cpp
Make art provider id of type "char *" instead of "wxChar *".
[wxWidgets.git] / src / gtk / combobox.cpp
index 8ff0dc6b7976a735b44be44e6ff141e0cb67d60e..a0fb1e962dd28544452c873b3d1ab2662808e05a 100644 (file)
@@ -118,7 +118,7 @@ bool wxComboBox::Create( wxWindow *parent, wxWindowID id, const wxString& value,
     }
 
     if (HasFlag(wxCB_SORT))
-        m_strings = new wxSortedArrayString();
+        m_strings = new wxGtkCollatedArrayString();
 
     GTKCreateComboBoxWidget();