diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-08-23 00:53:41 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-08-23 00:53:41 +0200 |
commit | 7e5f99b8014f64ba06cf467ac432b226961f9567 (patch) | |
tree | 428a0038acec32f5b7e7fcff04eb23813210f99e /src | |
parent | Merge commit 'refs/merge-requests/190' of git://gitorious.org/rekonq/mainline... (diff) | |
download | rekonq-7e5f99b8014f64ba06cf467ac432b226961f9567.tar.xz |
new rekonq authors for 0.6
Jon, Benjamin: sorry for the late :)
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 7f2b74cf..bda272b0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -101,7 +101,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) ""); about.addAuthor(ki18n("Rohan Garg"), - ki18n("Handbook, Maintains a Kubuntu PPA with rekonq git packages"), + ki18n("Handbook, Maintains a Kubuntu PPA with rekonq git packages. And now he also started coding.."), "rohan16garg@gmail.com", ""); @@ -109,7 +109,17 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) ki18n("Handbook, Maintains a Kubuntu PPA with rekonq git packages"), "bulldog98@freenet.de", ""); - + + about.addAuthor(ki18n("Jon Ander PeƱalba"), + ki18n("Bookmarks code peer reviewer. A fantastic help"), + "jonan88@gmail.com", + "http://identi.ca/jonan"); + + about.addAuthor(ki18n("Benjamin Poulain"), + ki18n("The \"QtWebKit guy\". Code quality improvements"), + "ikipou@gmail.com", + "http://www.openyourcode.org/"); + // --------------- about credits ----------------------------- about.addCredit(ki18n("Dawit Alemayehu"), ki18n("KDEWebKit (main) developer. And KIO. And KUriFilter. And more.."), |