From: Peter Penz Date: Sat, 5 Nov 2011 14:16:25 +0000 (+0100) Subject: Add Frank Reininghaus and Sebastian Trüg to the About-dialog X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/f8643b1002d736672a4b641dd10d2524d59e50e3?ds=inline Add Frank Reininghaus and Sebastian Trüg to the About-dialog --- 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");