- // NOTE: seems this function is identic to wxStatusBarGeneric::SetStatusText;
- // probably can be removed without problems (FM)
-
- wxCHECK_RET( (number >= 0) && ((size_t)number < m_panes.GetCount()),
- wxT("invalid status bar field index") );
-
- if ( GetStatusText(number) == text )
- return;
-
- wxStatusBarGeneric::SetStatusText(text, number);
-