git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61401
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
for ( i=0; i<strings.GetCount(); i++ )
{
for ( i=0; i<strings.GetCount(); i++ )
{
- if ( item.Cmp(strings.Item(i)) < 0 )
+ if ( item.CmpNoCase(strings.Item(i)) < 0 )
for ( unsigned int i = 0; i < count; ++i )
{
for ( unsigned int i = 0; i < count; ++i )
{
- int n = GetVListBoxComboPopup()->Append(items[i]);
+ n = GetVListBoxComboPopup()->Append(items[i]);
AssignNewItemClientData(n, clientData, i, type);
}
AssignNewItemClientData(n, clientData, i, type);
}