// Find initial selection
wxString strValue = m_combo->GetValue();
- if ( strValue.length() )
+ if ( !strValue.empty() )
m_value = m_strings.Index(strValue);
}
long style,
const wxValidator& validator,
const wxString& name)
- : wxComboCtrl()
{
Init();