]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/notebook/notebook.cpp
mention wxTreeItemId change
[wxWidgets.git] / samples / notebook / notebook.cpp
index 940c084d5fb3d015af241800b24600c8cf5e1b36..e654d15bcf8e7cb201dd84cfaf2821ca9702710b 100644 (file)
@@ -439,7 +439,7 @@ void MyFrame::OnButtonAddPage( wxCommandEvent& WXUNUSED(event) )
     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) );