]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/odcombo.cpp
Initial implementation of wxWebProtocolHandler and wxWebFileProtocolHandler for the...
[wxWidgets.git] / src / generic / odcombo.cpp
index b9818d560c4c9d69f21d68782007f94b08c9a30d..06ca2e58a5ce3f497406b03227999183fe175322 100644 (file)
@@ -865,7 +865,7 @@ void wxVListBoxComboPopup::Populate( const wxArrayString& choices )
 
     // Find initial selection
     wxString strValue = m_combo->GetValue();
-    if ( strValue.length() )
+    if ( !strValue.empty() )
         m_value = m_strings.Index(strValue);
 }