1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-23 15:50:05 +02:00

Add a couple of missing contributors

This commit is contained in:
Leland Lucius 2015-05-16 17:29:14 -05:00
parent b0405d0450
commit f98d9ce712

View File

@ -85,8 +85,10 @@ void AboutDialog::CreateCreditsList()
// All other contributors // All other contributors
AddCredit(wxT("Lynn Allan"), roleContributor); AddCredit(wxT("Lynn Allan"), roleContributor);
AddCredit(wxT("David Avery"), roleContributor);
AddCredit(wxT("David Bailes"), roleContributor); AddCredit(wxT("David Bailes"), roleContributor);
AddCredit(wxT("William Bland"), roleContributor); AddCredit(wxT("William Bland"), roleContributor);
AddCredit(wxT("Sami Boukortt"), roleContributor);
AddCredit(wxT("Jeremy R. Brown"), roleContributor); AddCredit(wxT("Jeremy R. Brown"), roleContributor);
AddCredit(wxT("Alex S. Brown"), roleContributor); AddCredit(wxT("Alex S. Brown"), roleContributor);
AddCredit(wxT("Chris Cannam"), roleContributor); AddCredit(wxT("Chris Cannam"), roleContributor);