]> git.saurik.com Git - wxWidgets.git/commitdiff
another bug fix for the sample
authorBenjamin Williams <bwilliams@kirix.com>
Tue, 25 Jul 2006 16:43:40 +0000 (16:43 +0000)
committerBenjamin Williams <bwilliams@kirix.com>
Tue, 25 Jul 2006 16:43:40 +0000 (16:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/aui/auidemo.cpp

index 975775d96c3051a22246cf847474fa8e9c1ee491..bff987d9c5b3867ac6731ebd5bba603c71686c9c 100644 (file)
@@ -843,7 +843,7 @@ MyFrame::MyFrame(wxWindow* parent,
         if (!all_panes.Item(i).IsToolbar())
             all_panes.Item(i).Hide();
     m_mgr.GetPane(wxT("tb1")).Hide();
-    m_mgr.GetPane(wxT("tb5")).Hide();
+    m_mgr.GetPane(wxT("tb6")).Hide();
     m_mgr.GetPane(wxT("test8")).Show().Left().Layer(0).Row(0).Position(0);
     m_mgr.GetPane(wxT("test10")).Show().Bottom().Layer(0).Row(0).Position(0);
     m_mgr.GetPane(wxT("html_content")).Show();