From 901d684c3d3e774ef1d3ee2ab7b7fc018357e5b1 Mon Sep 17 00:00:00 2001 From: James Crook Date: Mon, 6 Aug 2018 11:02:57 +0100 Subject: [PATCH] Add Max Maisel to contributors (in AboutDialog) --- src/AboutDialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index 457dfff13..d6d204610 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -161,6 +161,7 @@ void AboutDialog::CreateCreditsList() AddCredit(wxString(wxT("Arun Kishore, ")) + _("developer"), roleContributor); AddCredit(wxString(wxT("Paul Livesey, ")) + _("developer"), roleContributor); AddCredit(wxString(wxT("Harvey Lubin, ")) + _("graphic artist"), roleContributor); + AddCredit(wxString(wxT("Max Maisel, ")) + _("developer"), roleContributor); AddCredit(wxString(wxT("Greg Mekkes, ")) + _("developer"), roleContributor); AddCredit(wxString(wxT("Abe Milde, ")) + _("developer"), roleContributor); AddCredit(wxString(wxT("Paul Nasca, ")) + _("developer"), roleContributor);