diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cpp | 29 | 
1 files changed, 27 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index c43b1c04..c482149c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,7 +2,7 @@  *  * This file is a part of the rekonq project  * -* Copyright (C) 2008-2011 by Andrea Diamantini <adjam7 at gmail dot com> +* Copyright (C) 2008-2012 by Andrea Diamantini <adjam7 at gmail dot com>  *  *  * This program is free software; you can redistribute it and/or @@ -99,12 +99,22 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv)                      "siteshwar@gmail.com",                      ""); +    about.addAuthor(ki18n("Tirtha Chatterjee"), +                    ki18n("A lot of nice work, here and there in the code :)"), +                    "tirtha.p.chatterjee@gmail.com", +                    ""); +      // --------------- about credits -----------------------------      about.addCredit(ki18n("Dawit Alemayehu"),                      ki18n("KDEWebKit (main) developer. And KIO. And KUriFilter. And more.."),                      "adawit@kde.org",                      ""); +    about.addCredit(ki18n("Jekyll Wu"), +                    ki18n("Bug triaging. Impressive job about..."), +                    "adaptee@gmail.com", +                    ""); +      about.addCredit(ki18n("Lindsay Mathieson"),                      ki18n("Provided Patches & Hints, Discovered Bugs"),                      "lindsay.mathieson@gmail.com", @@ -131,7 +141,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv)                      "http://www.openyourcode.org/");      about.addCredit(ki18n("Rohan Garg"), -                    ki18n("Handbook, Maintains a Kubuntu PPA with rekonq git packages. And now he also started coding.."), +                    ki18n("Handbook, Maintains a Kubuntu PPA with rekonq git packages."),                      "rohan16garg@gmail.com",                      ""); @@ -150,6 +160,21 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv)                      "damnshock@gmail.com",                      ""); +    about.addCredit(ki18n("Yuri Chornoivan"), +                    ki18n("Checking rekonq strings, helping with docs"), +                    "yurchor@ukr.net", +                    ""); + +    about.addCredit(ki18n("Burhard Luck"), +                    ki18n("Checking rekonq strings, helping with docs"), +                    "luech@hube-lueck.de", +                    ""); + +    about.addCredit(ki18n("Andrius da Costa Ribas"), +                    ki18n("Helped letting rekonq compile on Windows/MSVC and Mac OS X"), +                    "andriusmao@gmail.com", +                    ""); +      about.addCredit(ki18n("Pino Toscano"),                      ki18n("fixuifiles ;)"),                      "pino@kde.org",  | 
