mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-09 14:17:10 +01:00
Adjusted inclusion on credits - only for betas.
This commit is contained in:
@@ -56,7 +56,9 @@ void AboutDialog::CreateCreditsList()
|
||||
// The Audacity 1.3.x and 2.0.x team: developers and support
|
||||
AddCredit(wxT("Richard Ash"), roleTeamDeveloper);
|
||||
AddCredit(wxT("Michael Chinen"), roleTeamDeveloper);
|
||||
#if IS_BETA
|
||||
AddCredit(wxT("James Crook"), roleTeamDeveloper);
|
||||
#endif
|
||||
AddCredit(wxT("Roger Dannenberg"), roleTeamDeveloper);
|
||||
AddCredit(wxT("Al Dimond"), roleTeamDeveloper);
|
||||
AddCredit(wxT("Ruslan Ijbulatov"), roleTeamDeveloper);
|
||||
|
||||
Reference in New Issue
Block a user