sizerTop->Add(-1, 10, 1, wxGROW);
sizerTop->Add(statbarBottom, 0, wxGROW);
- SetAutoLayout(true);
SetSizer(sizerTop);
sizerTop->Fit(this);
m_statbmp->Refresh();
#endif
- SetStatusText(_T(""), Field_Clock);
+ SetStatusText(wxEmptyString, Field_Clock);
}
}