From 60fa553ce7462595d06d35293e384c70fe6864da Mon Sep 17 00:00:00 2001 From: Benjamin Williams Date: Tue, 25 Jul 2006 16:43:40 +0000 Subject: [PATCH] another bug fix for the sample git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40328 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/aui/auidemo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/aui/auidemo.cpp b/samples/aui/auidemo.cpp index 975775d96c..bff987d9c5 100644 --- a/samples/aui/auidemo.cpp +++ b/samples/aui/auidemo.cpp @@ -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(); -- 2.45.2