Source cleaning: whitespaces, tabs, -1/wxNOT_FOUND, TRUE/true, FALSE/false.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-09-21 18:15:59 +00:00
parent 62b3a2467f
commit 701a0b4766
6 changed files with 35 additions and 35 deletions

View File

@@ -98,7 +98,7 @@ int wxRadioBoxBase::GetNextItem(int item, wxDirection dir, long style) const
default:
wxFAIL_MSG( _T("unexpected wxDirection value") );
return -1;
return wxNOT_FOUND;
}
// ensure that the item is in range [0..count)