1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-04 14:39:08 +02:00

Credits for Darrell Walisser (OpenMP for Spectrum Display)

This commit is contained in:
James Crook 2016-08-31 22:43:39 +01:00
parent d16c722d90
commit 09e6d20dbc

View File

@ -117,6 +117,7 @@ void AboutDialog::CreateCreditsList()
AddCredit(wxString(wxT("Mike Underwood, ")) + _("developer"), roleContributor);
AddCredit(wxString(wxT("Philip Van Baren, ")) + _("developer"), roleContributor);
AddCredit(wxString(wxT("Salvo Ventura, ")) + _("developer"), roleContributor);
AddCredit(wxString(wxT("Darrell Walisser, ")) + _("developer"), roleContributor);
AddCredit(wxString(wxT("Jun Wan, ")) + _("developer"), roleContributor);
AddCredit(wxString(wxT("Daniel Winzen, ")) + _("developer"), roleContributor);
AddCredit(wxString(wxT("Tom Woodhams, ")) + _("developer"), roleContributor);