diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-22 01:40:38 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-22 01:40:38 +0200 |
commit | 782a358735a23bc3ce1be2fd1b788af7f0c6719c (patch) | |
tree | ee768ec533c3062dd476ec290daa6492ea8dbce8 | |
parent | rekonq 0.1alpha (diff) | |
download | rekonq-782a358735a23bc3ce1be2fd1b788af7f0c6719c.tar.xz |
Fixing authors. Just me for now, waiting for the others..
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | src/main.cpp | 13 |
2 files changed, 8 insertions, 7 deletions
@@ -1 +1 @@ -Andrea Diamantini adjam7_AT_gmail_DOT_com +Andrea Diamantini adjam7_AT_gmail_DOT_com Project Lead, Developer, Italian translation diff --git a/src/main.cpp b/src/main.cpp index a15cbcba..d0458f1a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -41,16 +41,17 @@ int main(int argc, char **argv) version, ki18n(description), KAboutData::License_GPL_V3, - ki18n("(C) 2008 Andrea Diamantini"), + ki18n("(C) 2009 rekonq team"), KLocalizedString(), "http://rekonq.sourceforge.net", - "adjam7@gmail.com" + "rekonq@kde.org" ); - about.addAuthor(ki18n("Andrea Diamantini"), - KLocalizedString(), - "adjam7@gmail.com" - ); + // about authors + about.addAuthor(ki18n("Andrea Diamantini"), + ki18n("Project Lead, Developer, Italian translations"), + "adjam7@gmail.com", + "http://www.adjam.org"); // Initialize command line args KCmdLineArgs::init(argc, argv, &about); |