1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-19 17:11:12 +02:00

AboutDialog: Moved Paul Licameli up to Audacity team.

This commit is contained in:
Vaughan Johnson
2015-04-07 21:35:45 +01:00
committed by James Crook
parent fe6f83feea
commit 26daea02e4

View File

@@ -57,6 +57,7 @@ void AboutDialog::CreateCreditsList()
AddCredit(wxString(wxT("Roger Dannenberg - ")) + _("co-founder"), roleTeamDeveloper);
AddCredit(wxT("Benjamin Drung"), roleTeamDeveloper);
AddCredit(wxT("Vaughan Johnson"), roleTeamDeveloper);
AddCredit(wxT("Paul Licameli"), roleTeamDeveloper);
AddCredit(wxT("Leland Lucius"), roleTeamDeveloper);
AddCredit(wxT("Martyn Shaw"), roleTeamDeveloper);
@@ -98,7 +99,6 @@ void AboutDialog::CreateCreditsList()
AddCredit(wxT("Steve Jolly"), roleContributor);
AddCredit(wxT("Steven Jones"), roleContributor);
AddCredit(wxT("Arun Kishore"), roleContributor);
AddCredit(wxT("Paul Licameli"), roleContributor);
AddCredit(wxT("Paul Livesey"), roleContributor);
AddCredit(wxT("Harvey Lubin"), roleContributor);
AddCredit(wxT("Greg Mekkes"), roleContributor);