use translators if explicitely specified, fall back to the standard translator-credits from message catalog otherwise

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-10-08 14:23:39 +00:00
parent fab0d366b1
commit fb4f85bf8f
2 changed files with 17 additions and 5 deletions

View File

@@ -1227,6 +1227,8 @@ static void InitAboutInfoAll(wxAboutDialogInfo& info)
"\n"
" ...and so on and so forth...\n"
));
info.AddTranslator(_T("Wun Ngo Wen (Martian)"));
}
void MyFrame::ShowSimpleAboutDialog(wxCommandEvent& WXUNUSED(event))