mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 12:12:23 +01:00
Reduced some repetitive code. Added credit for Mark Young.
Also added i18n-hint on translation and a couple of TODOs for further improvement.
This commit is contained in:
@@ -120,6 +120,7 @@ void AboutDialog::CreateCreditsList()
|
||||
AddCredit(wxString(wxT("Jun Wan, ")) + _("developer"), roleContributor);
|
||||
AddCredit(wxString(wxT("Daniel Winzen, ")) + _("developer"), roleContributor);
|
||||
AddCredit(wxString(wxT("Tom Woodhams, ")) + _("developer"), roleContributor);
|
||||
AddCredit(wxString(wxT("Mark Young, ")) + _("developer"), roleContributor);
|
||||
AddCredit(wxString(wxT("Wing Yu, ")) + _("developer"), roleContributor);
|
||||
|
||||
// Translators
|
||||
|
||||
Reference in New Issue
Block a user