diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index 67c18185b..9c0284a3f 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -77,7 +77,9 @@ void AboutDialog::CreateCreditsList() // longer active. AddCredit(wxT("Matt Brubeck"), roleEmeritusDeveloper); + AddCredit(wxT("Al Dimond"), roleEmeritusDeveloper); AddCredit(wxT("Joshua Haberman"), roleEmeritusDeveloper); + AddCredit(wxT("Ruslan Ijbulatov"), roleEmeritusDeveloper); AddCredit(wxT("Dominic Mazzoni"), roleEmeritusDeveloper); AddCredit(wxT("Markus Meyer"), roleEmeritusDeveloper); AddCredit(wxT("Monty Montgomery"), roleEmeritusDeveloper); @@ -90,10 +92,8 @@ void AboutDialog::CreateCreditsList() AddCredit(wxT("David Bailes"), roleContributor); AddCredit(wxT("William Bland"), roleContributor); AddCredit(wxT("Chris Cannam"), roleContributor); - AddCredit(wxT("Al Dimond"), roleContributor); AddCredit(wxT("Brian Gunlogson"), roleContributor); AddCredit(wxT("Daniel Horgan"), roleContributor); - AddCredit(wxT("Ruslan Ijbulatov"), roleContributor); AddCredit(wxT("Arun Kishore"), roleContributor); AddCredit(wxT("Paul Livesey"), roleContributor); AddCredit(wxT("Harvey Lubin"), roleContributor);