X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f0003d294a756b29a6ef79c1f4662d992cba6557..597ee16421847ac338b3b2cfcd0e319398e9b54a:/src/common/docmdi.cpp diff --git a/src/common/docmdi.cpp b/src/common/docmdi.cpp index 5efadc5ce7..fb6a41e328 100644 --- a/src/common/docmdi.cpp +++ b/src/common/docmdi.cpp @@ -180,7 +180,7 @@ void wxDocMDIChildFrame::OnActivate(wxActivateEvent& event) void wxDocMDIChildFrame::OnCloseWindow(wxCloseEvent& event) { // Close view but don't delete the frame while doing so! - // ...since it will be deleted by wxWindows if we return TRUE. + // ...since it will be deleted by wxWidgets if we return TRUE. if (m_childView) { bool ans = event.CanVeto()