From 4f0cd0b4470a76f649d8d7017672f47d0cae320d Mon Sep 17 00:00:00 2001 From: Frank Reininghaus Date: Sun, 13 Jan 2013 14:12:32 +0100 Subject: [PATCH] Update Dolphin's About dialog Emmanuel has contributed a lot of useful patches to Dolphin. Thank you very much for that! The Dolphin community is looking forward to further contributions from you. CCMAIL: emmanuelpescosta099@gmail.com --- src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index c262d0679..8f8a244d9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -50,6 +50,9 @@ KDE_EXPORT int kdemain(int argc, char **argv) about.addAuthor(ki18nc("@info:credit", "David Faure"), ki18nc("@info:credit", "Developer"), "faure@kde.org"); + about.addAuthor(ki18nc("@info:credit", "Emmanuel Pescosta"), + ki18nc("@info:credit", "Developer"), + "emmanuelpescosta099@gmail.com"); about.addAuthor(ki18nc("@info:credit", "Aaron J. Seigo"), ki18nc("@info:credit", "Developer"), "aseigo@kde.org"); -- 2.47.3