Add Max Maisel to contributors (in AboutDialog)

This commit is contained in:
James Crook 2018-08-06 11:02:57 +01:00
parent bf82eaa4c6
commit 901d684c3d

View File

@ -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);