- if ( !MSWCreateControl(WC_TABCONTROL, _T(""), pos, size) )
+ if ( !MSWCreateControl(WC_TABCONTROL, wxEmptyString, pos, size) )
// OnSetFocus() because we don't know which direction the focus came
// from in this case and so can't choose between setting the focus to
// first or last panel child
// OnSetFocus() because we don't know which direction the focus came
// from in this case and so can't choose between setting the focus to
// first or last panel child
{
// no, it doesn't come from child, case (b): forward to a page
if ( m_nSelection != -1 )
{
// no, it doesn't come from child, case (b): forward to a page
if ( m_nSelection != -1 )
{
wxWindow *child = node->GetData();
ApplyThemeBackground(child, colour);
{
wxWindow *child = node->GetData();
ApplyThemeBackground(child, colour);