From a3b936809fe005ccd79d1c4386e951a866701290 Mon Sep 17 00:00:00 2001 From: "james.k.crook@gmail.com" Date: Sat, 2 Jul 2011 21:44:08 +0000 Subject: [PATCH] Adjusted inclusion on credits - only for betas. --- src/AboutDialog.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index 9e6216888..cb0add970 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -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);