From 782a358735a23bc3ce1be2fd1b788af7f0c6719c Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 22 Apr 2009 01:40:38 +0200 Subject: Fixing authors. Just me for now, waiting for the others.. --- src/main.cpp | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src') 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); -- cgit v1.2.1