fixed wrong comment

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Benjamin Williams 2006-07-05 16:39:04 +00:00
parent 5875464394
commit e092fb2e67

View File

@ -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);