From 4293c2d965dbf759281aa3d60475985de16d60a6 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 25 Oct 2009 11:42:18 +0100 Subject: forgot Rohan.. :D --- src/main.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index cb367a68..0dd1ebf6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -111,10 +111,15 @@ int main(int argc, char **argv) "swiftscythe@gmail.com", ""); - about.addAuthor(ki18n("Pawel Prazak"), + about.addCredit(ki18n("Pawel Prazak"), ki18n("Developer"), "kojots350@gmail.com", ""); + + about.addCredit(ki18n("Rohan Garg"), + ki18n("Handbook"), + "rohan16garg@gmail.com", + ""); // Initialize command line args KCmdLineArgs::init(argc, argv, &about); -- cgit v1.2.1