From 5eeaf0810d2e3975d1ae50d02e3b8ef381c968e5 Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Tue, 9 Jun 2015 19:58:32 +0100 Subject: [PATCH] Recognise Alex Harsanyi --- src/AboutDialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index 80eb0d819..35db5074c 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -116,6 +116,7 @@ ContributorsPage::ContributorsPage(Context *context) : context(context) { QStringList contributors; contributors.append("Alejandro Martinez"); + contributors.append("Alex Harsanyi"); contributors.append("Andrew Bryson"); contributors.append("Andy Froncioni"); contributors.append("Austin Roach");