diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2010-11-21 23:38:53 +0100 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2010-11-21 23:38:53 +0100 | 
| commit | 71651defd974cd8fe21e04f1a3ef38cfaf882df3 (patch) | |
| tree | 6c42731c1f8daa0b762e408e1764f1f63c95986d | |
| parent | fix entities for keys in documentation (diff) | |
| download | rekonq-71651defd974cd8fe21e04f1a3ef38cfaf882df3.tar.xz | |
Sorry Pierre,
forgot to update author list..
| -rw-r--r-- | src/main.cpp | 7 | 
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index db6a435f..3a19fc9a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -49,7 +49,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv)                       KAboutData::License_GPL_V3,                       ki18n("(C) 2008-2010 Andrea Diamantini"),                       KLocalizedString(), -                     "http://rekonq.sourceforge.net" +                     "http://rekonq.kde.org"                      );      // --------------- about authors ----------------------------- @@ -118,6 +118,11 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv)                      "ikipou@gmail.com",                      "http://www.openyourcode.org/"); +    about.addAuthor(ki18n("Pierre Rossi"), +                ki18n("Urlbar, tests, new tab page, bars... and more"), +                "pierre.rossi@gmail.com", +                ""); +          // --------------- about credits -----------------------------      about.addCredit(ki18n("Dawit Alemayehu"),                      ki18n("KDEWebKit (main) developer. And KIO. And KUriFilter. And more.."),  | 
