]> git.saurik.com Git - wxWidgets.git/commitdiff
Removal of deprecated methods.
authorWłodzimierz Skiba <abx@abx.art.pl>
Tue, 13 Jul 2004 13:24:57 +0000 (13:24 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Tue, 13 Jul 2004 13:24:57 +0000 (13:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/notebook/notebook.cpp

index 5e0d05be50a008448f98f213712704386554376a..7c9ac1d0be3c6ac41de26a05f3c7b8e384fedcf3 100644 (file)
@@ -390,7 +390,7 @@ void MyFrame::ReInitNotebook()
             m_notebook->AddPage(page, str, false, m_notebook->GetIconIndex() );
         }
 
-        m_sizerTop->Remove(notebook);
+        m_sizerTop->Detach(notebook);
         
         delete notebook;