1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-16 07:31:16 +02:00

Adjusted inclusion on credits - only for betas.

This commit is contained in:
james.k.crook@gmail.com
2011-07-02 21:44:08 +00:00
parent df9865f26a
commit a3b936809f

View File

@@ -56,7 +56,9 @@ void AboutDialog::CreateCreditsList()
// The Audacity 1.3.x and 2.0.x team: developers and support // The Audacity 1.3.x and 2.0.x team: developers and support
AddCredit(wxT("Richard Ash"), roleTeamDeveloper); AddCredit(wxT("Richard Ash"), roleTeamDeveloper);
AddCredit(wxT("Michael Chinen"), roleTeamDeveloper); AddCredit(wxT("Michael Chinen"), roleTeamDeveloper);
#if IS_BETA
AddCredit(wxT("James Crook"), roleTeamDeveloper); AddCredit(wxT("James Crook"), roleTeamDeveloper);
#endif
AddCredit(wxT("Roger Dannenberg"), roleTeamDeveloper); AddCredit(wxT("Roger Dannenberg"), roleTeamDeveloper);
AddCredit(wxT("Al Dimond"), roleTeamDeveloper); AddCredit(wxT("Al Dimond"), roleTeamDeveloper);
AddCredit(wxT("Ruslan Ijbulatov"), roleTeamDeveloper); AddCredit(wxT("Ruslan Ijbulatov"), roleTeamDeveloper);