From 34d4cdc3dda1c6ef82682af3ca3e4fdf4ecd9802 Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Sun, 26 May 2013 10:30:23 +0100 Subject: [PATCH] Recognise Tilman Schmiedeberg .. he has performed the entire v3 German translation .. added to the contributors About box --- src/AboutDialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index ca03565bc..484b799ce 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -161,6 +161,7 @@ ContributorsPage::ContributorsPage(MainWindow *main, QDir home) : main(main), ho contributors.append("Sean Rhea"); contributors.append("Steven Gribble"); contributors.append("Thomas Weichmann"); + contributors.append("Tilman Schmiedeberg"); contributors.append("Walter Bürki"); QString contributorsTable = "
";