1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-27 09:38:39 +02:00

Revert "Credit Brian Armstrong, Henric Jungheim, and Max Kellermann"

This reverts commit 5481ecc972c0dc8a4306870c6c89b567c9d4b6d0.
This commit is contained in:
Paul Licameli 2017-07-22 12:22:21 -04:00
parent 5481ecc972
commit f9b9456d0c

View File

@ -138,7 +138,6 @@ void AboutDialog::CreateCreditsList()
// Contributors
AddCredit(wxString(wxT("Lynn Allan, ")) + _("developer"), roleContributor);
AddCredit(wxString(wxT("Brian Armstrong, ")) + _("developer"), roleContributor);
AddCredit(wxString(wxT("David Avery, ")) + _("developer"), roleContributor);
AddCredit(wxString(wxT("David Bailes, ")) + _("accessibility advisor"), roleContributor);
AddCredit(wxString(wxT("William Bland, ")) + _("developer"), roleContributor);
@ -157,8 +156,6 @@ void AboutDialog::CreateCreditsList()
AddCredit(wxString(wxT("David Hostetler, ")) + _("developer"), roleContributor);
AddCredit(wxString(wxT("Steve Jolly, ")) + _("developer"), roleContributor);
AddCredit(wxString(wxT("Steven Jones, ")) + _("developer"), roleContributor);
AddCredit(wxString(wxT("Henric Jungheim, ")) + _("developer"), roleContributor);
AddCredit(wxString(wxT("Max Kellermann, ")) + _("developer"), roleContributor);
AddCredit(wxString(wxT("Arun Kishore, ")) + _("developer"), roleContributor);
AddCredit(wxString(wxT("Paul Livesey, ")) + _("developer"), roleContributor);
AddCredit(wxString(wxT("Harvey Lubin, ")) + _("graphic artist"), roleContributor);