static size_t s_pageAdded = 0;
wxPanel *panel = new wxPanel( m_notebook, -1 );
- (void) new wxButton( panel, -1, wxT("Frist button"),
+ (void) new wxButton( panel, -1, wxT("First button"),
wxPoint(10, 10), wxSize(-1, -1) );
(void) new wxButton( panel, -1, wxT("Second button"),
wxPoint(50, 100), wxSize(-1, -1) );