Fix the return value of wxSimpleHtmlListBox::Insert().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 27 Nov 2010 11:34:40 +0000 (11:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 27 Nov 2010 11:34:40 +0000 (11:34 +0000)
commit7612febb93cca7fd8f89137906b7ed9eae381f6c
treebb680acbe51d73dd6b7e06e713fa16508b7fb6f8
parent68ebe2620fba0e8702af9e7afa4dcc69263433fb
Fix the return value of wxSimpleHtmlListBox::Insert().

The returned index was off by 1.

Closes #12717.

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