]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/docmdi.cpp
added compression ratio argument to wxZlibOutputStream ctor
[wxWidgets.git] / src / common / docmdi.cpp
index 0e8c9d1c35aec41313bd22c40774a7cd3881e0a8..dc622fc6f5d0441c77c977a8eb0a60f2c86cbe15 100644 (file)
@@ -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);
 }