X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a01446c5198ec96a3483d05364adc1e76412e1ec..9d5507f7a2701395e1d5c121bd877bb9066ee6ea:/src/msw/aboutdlg.cpp 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 {