translate the 'About' string (patch 1717088) [backport from HEAD]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-05-11 22:39:15 +00:00
parent 4f3081c923
commit 84fa2eebd2

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
{