projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Catching up to latest thread changes
[wxWidgets.git]
/
src
/
common
/
docmdi.cpp
diff --git
a/src/common/docmdi.cpp
b/src/common/docmdi.cpp
index 6ce731631bdc7d559f4d2b63bfeec88d33967951..dc622fc6f5d0441c77c977a8eb0a60f2c86cbe15 100644
(file)
--- 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 !=
wx
T(""))
(void)m_docManager->CreateDocument(f, wxDOC_SILENT);
}