X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e90c1d2a19361551eb07778280f22be3e759cf64..076bae67da7d0d6909f4a4f364b8fe04fdf59b9d:/src/common/docmdi.cpp diff --git a/src/common/docmdi.cpp b/src/common/docmdi.cpp index 0e8c9d1c35..dc622fc6f5 100644 --- a/src/common/docmdi.cpp +++ b/src/common/docmdi.cpp @@ -51,7 +51,7 @@ void wxDocMDIParentFrame::OnExit(wxCommandEvent& WXUNUSED(event)) void wxDocMDIParentFrame::OnMRUFile(wxCommandEvent& event) { wxString f(m_docManager->GetHistoryFile(event.GetSelection() - wxID_FILE1)); - if (f != T("")) + if (f != wxT("")) (void)m_docManager->CreateDocument(f, wxDOC_SILENT); }