wxListBox::FindString(): it's not an error if the string is not found, so
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Sep 1998 14:40:18 +0000 (14:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Sep 1998 14:40:18 +0000 (14:40 +0000)
commitdcf40a56e7b09fc5472edc1d4471e7954c0da40d
treef3cbf0594b55ba2a17d1fe62e085092e66e96ede
parentecadfc3f5a675d60fd5711c38a7b53f83079e5c5
wxListBox::FindString(): it's not an error if the string is not found, so
don't give assert failures in this case.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/listbox.cpp
src/gtk1/listbox.cpp