From 00b6c4366350b1b10553092a96704c3083ede2ee Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 25 Oct 2009 16:59:32 +0100 Subject: Added credits for Jon de Andres Frias --- src/main.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index f9531c19..71feff37 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -122,9 +122,14 @@ int main(int argc, char **argv) ""); about.addCredit(ki18n("Dario Freddi"), - ki18n("Patches, hints, first KWallet support implementation"), + ki18n("Patches, hints, first KWallet support implementation (not yet included)"), "drf@kde.org", ""); + + about.addCredit(ki18n("Jon de Andrés Frías"), + ki18n("first awesome bar implementation (wait next version and you'll see..)"), + "jondeandres@gmail.com", + ""); // Initialize command line args KCmdLineArgs::init(argc, argv, &about); -- cgit v1.2.1