diff --git a/src/msw/aboutdlg.cpp b/src/msw/aboutdlg.cpp index f951d79113..1d8823b816 100644 --- a/src/msw/aboutdlg.cpp +++ b/src/msw/aboutdlg.cpp @@ -58,7 +58,7 @@ void wxAboutBox(const wxAboutDialogInfo& info) // add everything remaining msg << info.GetDescriptionAndCredits(); - wxMessageBox(msg, _T("About ") + name); + wxMessageBox(msg, _("About ") + name); } else // simple "native" version is not enough {