From 2d2ed5a229ea84f07075dfb762145a7251a81777 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Fri, 31 Jul 2009 11:27:29 +0200 Subject: =?UTF-8?q?Added=20Adri=C3=A0=20Arrufat=20to=20the=20credits=20Add?= =?UTF-8?q?itionaly=20"fixed"=20the=20email=20addresses=20of=20some=20pers?= =?UTF-8?q?ons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.cpp | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 98b5e5ca..7563c0b7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -82,19 +82,24 @@ int main(int argc, char **argv) about.addCredit(ki18n("Abuus"), ki18n("Webview mouse event support"), - "hdevalence@gmail.com", + "buusmail@gmail.com", ""); about.addCredit(ki18n("Johannes Zellner"), ki18n("Patches, suggestions, testing, bugfixing"), - "hdevalence@gmail.com", + "webmaster@nebulon.de", ""); about.addCredit(ki18n("Ivan Cukic"), ki18n("Patches, bugfixing"), "ivan@fomentgroup.org", ""); - + + about.addCredit(ki18n("AdriĆ  Arrufat"), + ki18n("New tab loading animation"), + "swiftscythe@gmail.com", + ""); + // Initialize command line args KCmdLineArgs::init(argc, argv, &about); -- cgit v1.2.1