translate the 'About' string (patch 1717088)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-05-11 22:31:36 +00:00
parent 8936f975b4
commit c06359e617

View File

@@ -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
{