mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-04 14:19:30 +02:00
Credit Brian Armstrong, Henric Jungheim, and Max Kellermann
This commit is contained in:
parent
cc46833125
commit
5481ecc972
@ -138,6 +138,7 @@ void AboutDialog::CreateCreditsList()
|
|||||||
|
|
||||||
// Contributors
|
// Contributors
|
||||||
AddCredit(wxString(wxT("Lynn Allan, ")) + _("developer"), roleContributor);
|
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 Avery, ")) + _("developer"), roleContributor);
|
||||||
AddCredit(wxString(wxT("David Bailes, ")) + _("accessibility advisor"), roleContributor);
|
AddCredit(wxString(wxT("David Bailes, ")) + _("accessibility advisor"), roleContributor);
|
||||||
AddCredit(wxString(wxT("William Bland, ")) + _("developer"), roleContributor);
|
AddCredit(wxString(wxT("William Bland, ")) + _("developer"), roleContributor);
|
||||||
@ -156,6 +157,8 @@ void AboutDialog::CreateCreditsList()
|
|||||||
AddCredit(wxString(wxT("David Hostetler, ")) + _("developer"), roleContributor);
|
AddCredit(wxString(wxT("David Hostetler, ")) + _("developer"), roleContributor);
|
||||||
AddCredit(wxString(wxT("Steve Jolly, ")) + _("developer"), roleContributor);
|
AddCredit(wxString(wxT("Steve Jolly, ")) + _("developer"), roleContributor);
|
||||||
AddCredit(wxString(wxT("Steven Jones, ")) + _("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("Arun Kishore, ")) + _("developer"), roleContributor);
|
||||||
AddCredit(wxString(wxT("Paul Livesey, ")) + _("developer"), roleContributor);
|
AddCredit(wxString(wxT("Paul Livesey, ")) + _("developer"), roleContributor);
|
||||||
AddCredit(wxString(wxT("Harvey Lubin, ")) + _("graphic artist"), roleContributor);
|
AddCredit(wxString(wxT("Harvey Lubin, ")) + _("graphic artist"), roleContributor);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user