diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-06-03 16:35:12 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-06-03 16:35:12 +0200 |
commit | 6b985d652b4cc0fff0138852a2568c75f61f1862 (patch) | |
tree | 2814cccf76a3b70f38e7d9e991741e6d31c2b5f7 /src/main.cpp | |
parent | Cleaning TabBar::showPreview code (diff) | |
download | rekonq-6b985d652b4cc0fff0138852a2568c75f61f1862.tar.xz |
Added credits :)
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 5 |
1 files changed, 5 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", |