From f8643b1002d736672a4b641dd10d2524d59e50e3 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 5 Nov 2011 15:16:25 +0100 Subject: [PATCH] =?utf8?q?Add=20Frank=20Reininghaus=20and=20Sebastian=20Tr?= =?utf8?q?=C3=BCg=20to=20the=20About-dialog?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/main.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index f8d50e9e1..1e5673a88 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -41,6 +41,12 @@ KDE_EXPORT int kdemain(int argc, char **argv) about.addAuthor(ki18nc("@info:credit", "Peter Penz"), ki18nc("@info:credit", "Maintainer and developer"), "peter.penz19@gmail.com"); + about.addAuthor(ki18nc("@info:credit", "Frank Reininghaus"), + ki18nc("@info:credit", "Developer"), + "frank78ac@googlemail.com"); + about.addAuthor(ki18nc("@info:credit", "Sebastian Trüg"), + ki18nc("@info:credit", "Developer"), + "trueg@kde.org"), about.addAuthor(ki18nc("@info:credit", "David Faure"), ki18nc("@info:credit", "Developer"), "faure@kde.org"); -- 2.47.3