From 4a3fc8f9ec2705628fe0f9c1019a421c2e8d9c5a Mon Sep 17 00:00:00 2001 From: "james.k.crook@gmail.com" Date: Sat, 18 Oct 2014 14:29:50 +0000 Subject: [PATCH] Added two new names to Contributors. --- src/AboutDialog.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index 9bbf3d25b..d90645254 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -92,11 +92,13 @@ void AboutDialog::CreateCreditsList() AddCredit(wxT("Craig DeForest"), roleContributor); AddCredit(wxT("Mitch Golden"), roleContributor); AddCredit(wxT("Brian Gunlogson"), roleContributor); + AddCredit(wxT("Andrew Hallendorff"), roleContributor); AddCredit(wxT("Daniel Horgan"), roleContributor); AddCredit(wxT("David Hostetler"), roleContributor); AddCredit(wxT("Steve Jolly"), roleContributor); AddCredit(wxT("Steven Jones"), roleContributor); AddCredit(wxT("Arun Kishore"), roleContributor); + AddCredit(wxT("Paul Licameli"), roleContributor); AddCredit(wxT("Paul Livesey"), roleContributor); AddCredit(wxT("Harvey Lubin"), roleContributor); AddCredit(wxT("Greg Mekkes"), roleContributor);