From: Vadim Zeitlin Date: Fri, 11 May 2007 22:31:36 +0000 (+0000) Subject: translate the 'About' string (patch 1717088) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c06359e617e99d2d3d8ce8798fcec2ccb4a6c59b translate the 'About' string (patch 1717088) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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 {