Correction to recently added wrong asserts.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28256 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -291,8 +291,8 @@ size_t wxGetAvailableDrives(wxArrayString &paths, wxArrayString &names, wxArrayI
|
|||||||
#else
|
#else
|
||||||
#error "Unsupported platform in wxGenericDirCtrl!"
|
#error "Unsupported platform in wxGenericDirCtrl!"
|
||||||
#endif
|
#endif
|
||||||
wxASSERT_MSG( (paths.GetCount() != names.GetCount()), wxT("Wrong number of paths or names."));
|
wxASSERT_MSG( (paths.GetCount() == names.GetCount()), wxT("The number of paths and their human readable names should be equal in number."));
|
||||||
wxASSERT_MSG( (paths.GetCount() != icon_ids.GetCount()), wxT("Wrong number of icons for available drives."));
|
wxASSERT_MSG( (paths.GetCount() == icon_ids.GetCount()), wxT("Wrong number of icons for available drives."));
|
||||||
return paths.GetCount();
|
return paths.GetCount();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user