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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user