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:
@@ -58,7 +58,7 @@ void wxAboutBox(const wxAboutDialogInfo& info)
|
|||||||
// add everything remaining
|
// add everything remaining
|
||||||
msg << info.GetDescriptionAndCredits();
|
msg << info.GetDescriptionAndCredits();
|
||||||
|
|
||||||
wxMessageBox(msg, _T("About ") + name);
|
wxMessageBox(msg, _("About ") + name);
|
||||||
}
|
}
|
||||||
else // simple "native" version is not enough
|
else // simple "native" version is not enough
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user