From f9b9456d0c6c08c94cb608371ad93ff7c9c1e7bb Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Sat, 22 Jul 2017 12:22:21 -0400 Subject: [PATCH] Revert "Credit Brian Armstrong, Henric Jungheim, and Max Kellermann" This reverts commit 5481ecc972c0dc8a4306870c6c89b567c9d4b6d0. --- src/AboutDialog.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index d77592843..536ed3e9d 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -138,7 +138,6 @@ void AboutDialog::CreateCreditsList() // Contributors AddCredit(wxString(wxT("Lynn Allan, ")) + _("developer"), roleContributor); - AddCredit(wxString(wxT("Brian Armstrong, ")) + _("developer"), roleContributor); AddCredit(wxString(wxT("David Avery, ")) + _("developer"), roleContributor); AddCredit(wxString(wxT("David Bailes, ")) + _("accessibility advisor"), roleContributor); AddCredit(wxString(wxT("William Bland, ")) + _("developer"), roleContributor); @@ -157,8 +156,6 @@ void AboutDialog::CreateCreditsList() AddCredit(wxString(wxT("David Hostetler, ")) + _("developer"), roleContributor); AddCredit(wxString(wxT("Steve Jolly, ")) + _("developer"), roleContributor); AddCredit(wxString(wxT("Steven Jones, ")) + _("developer"), roleContributor); - AddCredit(wxString(wxT("Henric Jungheim, ")) + _("developer"), roleContributor); - AddCredit(wxString(wxT("Max Kellermann, ")) + _("developer"), roleContributor); AddCredit(wxString(wxT("Arun Kishore, ")) + _("developer"), roleContributor); AddCredit(wxString(wxT("Paul Livesey, ")) + _("developer"), roleContributor); AddCredit(wxString(wxT("Harvey Lubin, ")) + _("graphic artist"), roleContributor);