diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 5 | ||||
-rw-r--r-- | src/webpage.cpp | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 296f8679..6b1f1235 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -111,6 +111,11 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) ""); // --------------- about credits ----------------------------- + about.addCredit(ki18n("Dawit Alemayehu"), + ki18n("KDEWebKit (main) developer. And KIO. And KUriFilter. And more.."), + "adawit@kde.org", + ""); + about.addCredit(ki18n("Lindsay Mathieson"), ki18n("Provided Patches & Hints, Discovered Bugs"), "lindsay.mathieson@gmail.com", diff --git a/src/webpage.cpp b/src/webpage.cpp index c6e9c06b..d606c784 100644 --- a/src/webpage.cpp +++ b/src/webpage.cpp @@ -8,6 +8,7 @@ * Copyright (C) 2008 Michael Howell <mhowell123@gmail.com> * Copyright (C) 2008-2010 by Andrea Diamantini <adjam7 at gmail dot com> * Copyright (C) 2010 by Matthieu Gicquel <matgic78 at gmail dot com> +* Copyright (C) 2009-2010 Dawit Alemayehu <adawit at kde dot org> * * * This program is free software; you can redistribute it and/or |