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()