mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 00:49:33 +02:00
tiny cleanup of comments (No reason to mention versions there.)
This commit is contained in:
parent
c170d2d90d
commit
5b9e6f58a2
@ -51,7 +51,7 @@ WX_DEFINE_LIST(AboutDialogCreditItemsList);
|
|||||||
|
|
||||||
void AboutDialog::CreateCreditsList()
|
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("Richard Ash"), roleTeamDeveloper);
|
||||||
AddCredit(wxT("James Crook"), roleTeamDeveloper);
|
AddCredit(wxT("James Crook"), roleTeamDeveloper);
|
||||||
AddCredit(wxString(wxT("Roger Dannenberg - ")) + _("co-founder"), 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
|
// Emeritus: people who were "lead developers" or made an
|
||||||
// otherwise distinguished contribution, but who are no
|
// otherwise distinguished contribution, but who are no
|
||||||
// longer active.
|
// longer active.
|
||||||
|
|
||||||
AddCredit(wxT("Matt Brubeck"), roleEmeritusDeveloper);
|
AddCredit(wxT("Matt Brubeck"), roleEmeritusDeveloper);
|
||||||
AddCredit(wxT("Michael Chinen"), roleEmeritusDeveloper);
|
AddCredit(wxT("Michael Chinen"), roleEmeritusDeveloper);
|
||||||
AddCredit(wxT("Al Dimond"), roleEmeritusDeveloper);
|
AddCredit(wxT("Al Dimond"), roleEmeritusDeveloper);
|
||||||
@ -84,7 +83,6 @@ void AboutDialog::CreateCreditsList()
|
|||||||
AddCredit(wxT("Alexandre Prokoudine"), roleEmeritusSupport);
|
AddCredit(wxT("Alexandre Prokoudine"), roleEmeritusSupport);
|
||||||
|
|
||||||
// All other contributors
|
// All other contributors
|
||||||
|
|
||||||
AddCredit(wxT("Lynn Allan"), roleContributor);
|
AddCredit(wxT("Lynn Allan"), roleContributor);
|
||||||
AddCredit(wxT("David Bailes"), roleContributor);
|
AddCredit(wxT("David Bailes"), roleContributor);
|
||||||
AddCredit(wxT("William Bland"), roleContributor);
|
AddCredit(wxT("William Bland"), roleContributor);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user