diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 10 |
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", |