summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-12-04 17:00:34 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-12-04 17:00:34 +0100
commitd417bd8972c3ef13d1fe769802f1eaa99b458776 (patch)
tree04b25b0ef4a8d646f66bd06d3d67a85daaa1eb0f /src/main.cpp
parentfix mem leak (diff)
downloadrekonq-d417bd8972c3ef13d1fe769802f1eaa99b458776.tar.xz
Lindsay's credits
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 87eb7fa2..6ede3ac3 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -106,6 +106,11 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv)
"tirtha.p.chatterjee@gmail.com",
"");
+ about.addAuthor(ki18n("Lindsay Mathieson"),
+ ki18n("Implemented inline spellcheck, provided hints, discovered bugs"),
+ "lindsay.mathieson@gmail.com",
+ "");
+
// --------------- about credits -----------------------------
about.addCredit(ki18n("Dawit Alemayehu"),
ki18n("KDEWebKit (main) developer. And KIO. And KUriFilter. And more.."),
@@ -117,11 +122,6 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv)
"adaptee@gmail.com",
"");
- about.addCredit(ki18n("Lindsay Mathieson"),
- ki18n("Provided Patches & Hints, Discovered Bugs"),
- "lindsay.mathieson@gmail.com",
- "");
-
about.addCredit(ki18n("Panagiotis Papadopoulos"),
ki18n("Quite everything but code"),
"pano_90@gmx.net",