Make assert in wxMSW wxListCtrl::InsertItem() more informative.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 16 Oct 2009 14:35:21 +0000 (14:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 16 Oct 2009 14:35:21 +0000 (14:35 +0000)
commit2d5e5799a9af71438b38fa659eaa98d1f423a4a3
treeb54853711e8195fb6cd447feea1b06e5698ef8ca
parent23d74d894d13d7523c0a6fe41e6ef587d07b9f52
Make assert in wxMSW wxListCtrl::InsertItem() more informative.

Assert if inserting an item failed (this is really unexpected and must be a
programmer error) instead of asserting about items number mismatch -- which
might be true but only indirectly helpful.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/listctrl.cpp