From bd9775bb9f66fd3395dbb879dce84985eff340af Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Mon, 16 Mar 2015 17:21:00 +0000 Subject: [PATCH] Recognise Stephan Lips .. in contributors --- src/AboutDialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index a3d906bbc..80eb0d819 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -172,6 +172,7 @@ ContributorsPage::ContributorsPage(Context *context) : context(context) contributors.append("Satoru Kurashiki"); contributors.append("Sean Rhea"); contributors.append("Stefan Schake"); + contributors.append("Stephan Lips"); contributors.append("Steven Gribble"); contributors.append("Thomas Weichmann"); contributors.append("Tilman Schmiedeberg");