From 5b9e6f58a2d01ef13d750379b9b81c72f26a9ac4 Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Fri, 1 Aug 2014 16:54:07 +0000 Subject: [PATCH] tiny cleanup of comments (No reason to mention versions there.) --- src/AboutDialog.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index 1dfc58e81..ee57c69fb 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -51,7 +51,7 @@ WX_DEFINE_LIST(AboutDialogCreditItemsList); void AboutDialog::CreateCreditsList() { - // The Audacity 1.3.x and 2.0.x team: developers and support + // The Audacity Team: developers and support AddCredit(wxT("Richard Ash"), roleTeamDeveloper); AddCredit(wxT("James Crook"), roleTeamDeveloper); AddCredit(wxString(wxT("Roger Dannenberg - ")) + _("co-founder"), roleTeamDeveloper); @@ -70,7 +70,6 @@ void AboutDialog::CreateCreditsList() // Emeritus: people who were "lead developers" or made an // otherwise distinguished contribution, but who are no // longer active. - AddCredit(wxT("Matt Brubeck"), roleEmeritusDeveloper); AddCredit(wxT("Michael Chinen"), roleEmeritusDeveloper); AddCredit(wxT("Al Dimond"), roleEmeritusDeveloper); @@ -84,7 +83,6 @@ void AboutDialog::CreateCreditsList() AddCredit(wxT("Alexandre Prokoudine"), roleEmeritusSupport); // All other contributors - AddCredit(wxT("Lynn Allan"), roleContributor); AddCredit(wxT("David Bailes"), roleContributor); AddCredit(wxT("William Bland"), roleContributor);