diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/main.cpp b/src/main.cpp index 2736bf2d..d2d6482f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -119,15 +119,15 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) "http://www.openyourcode.org/"); about.addAuthor(ki18n("Pierre Rossi"), - ki18n("Urlbar, tests, new tab page, bars... and more"), - "pierre.rossi@gmail.com", - ""); - + ki18n("Urlbar, tests, new tab page, bars... and more"), + "pierre.rossi@gmail.com", + ""); + about.addAuthor(ki18n("Furkan Uzumcu"), - ki18n("A lot of improvements, especially on usability"), - "furkanuzumcu@gmail.com", - ""); - + ki18n("A lot of improvements, especially on usability"), + "furkanuzumcu@gmail.com", + ""); + // --------------- about credits ----------------------------- about.addCredit(ki18n("Dawit Alemayehu"), ki18n("KDEWebKit (main) developer. And KIO. And KUriFilter. And more.."), |