X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f0003d294a756b29a6ef79c1f4662d992cba6557..75736a9c818f10e49b51506d967759fbecb4fa66:/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()