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