From: Benjamin Williams Date: Wed, 5 Jul 2006 16:39:04 +0000 (+0000) Subject: fixed wrong comment X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e092fb2e67fcf13d74a079f04cff6d5db98c4e8b?ds=inline fixed wrong comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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);