summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index c0415363..54130b86 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -114,7 +114,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv)
"http://identi.ca/jonan");
about.addAuthor(ki18n("Benjamin Poulain"),
- ki18n("The \"QtWebKit guy\". Code quality improvements"),
+ ki18n("The \"QtWebKit guy\". Adblock (new) implementation. Code quality improvements"),
"ikipou@gmail.com",
"http://www.openyourcode.org/");
@@ -123,6 +123,11 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv)
"pierre.rossi@gmail.com",
"");
+ about.addAuthor(ki18n("Furkan Uzumcu"),
+ ki18n("A lot of improvements, expecially on usability"),
+ "furkanuzumcu@gmail.com",
+ "");
+
// --------------- about credits -----------------------------
about.addCredit(ki18n("Dawit Alemayehu"),
ki18n("KDEWebKit (main) developer. And KIO. And KUriFilter. And more.."),