summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-01-17 12:55:18 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-01-17 12:55:18 +0100
commit04d73862844b294d9a46763f524d4f57b7895fd1 (patch)
treef1e472ea8aa9ead809b1e47cfaa37c9225c3e851 /src
parentRemember selections in the "clear private data" dialog. (diff)
downloadrekonq-04d73862844b294d9a46763f524d4f57b7895fd1.tar.xz
Updating AUTHORS list.
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.."),