From 7b210ef0410aa12f7ed8ee2c3e59c95726f7844a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 23 Sep 2014 17:44:56 +0000 Subject: [PATCH] Remove trivial difference with master before merge. Somehow an empty line got removed in the AUI sample, restore it. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/aui/auidemo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/aui/auidemo.cpp b/samples/aui/auidemo.cpp index cefffcc5ec..2b5c6f5be0 100644 --- a/samples/aui/auidemo.cpp +++ b/samples/aui/auidemo.cpp @@ -934,6 +934,7 @@ MyFrame::MyFrame(wxWindow* parent, Name(wxT("test11")).Caption(wxT("Fixed Pane")). Bottom().Layer(1).Position(2).Fixed()); + m_mgr.AddPane(new SettingsPanel(this,this), wxAuiPaneInfo(). Name(wxT("settings")).Caption(wxT("Dock Manager Settings")). Dockable(false).Float().Hide());