From e092fb2e67fcf13d74a079f04cff6d5db98c4e8b Mon Sep 17 00:00:00 2001 From: Benjamin Williams Date: Wed, 5 Jul 2006 16:39:04 +0000 Subject: [PATCH] fixed wrong comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/aui/framemanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aui/framemanager.cpp b/src/aui/framemanager.cpp index 0058dede11..55933e04f0 100644 --- a/src/aui/framemanager.cpp +++ b/src/aui/framemanager.cpp @@ -3507,7 +3507,7 @@ void wxFrameManager::OnPaneButton(wxFrameManagerEvent& evt) if (evt.button == wxPaneInfo::buttonClose) { - // fire button-click event + // fire pane close event wxFrameManagerEvent e(wxEVT_AUI_PANECLOSE); e.SetPane(evt.pane); ProcessMgrEvent(e);