Correct GetString check message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
55ae28331f
commit
66cf41cb6c
@ -507,7 +507,7 @@ int wxListBox::GetSelection() const
|
||||
wxString wxListBox::GetString(int N) const
|
||||
{
|
||||
wxCHECK_MSG( N >= 0 && N < m_noItems, wxEmptyString,
|
||||
wxT("invalid index in wxListBox::GetClientData") );
|
||||
wxT("invalid index in wxListBox::GetString") );
|
||||
|
||||
int len = ListBox_GetTextLen(GetHwnd(), N);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user