diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-25 11:42:18 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-25 11:42:18 +0100 |
commit | 4293c2d965dbf759281aa3d60475985de16d60a6 (patch) | |
tree | ecb0e085b20a7a57cc2444268a3a1361c0f318fe | |
parent | rekonq 0.2.72 (diff) | |
download | rekonq-4293c2d965dbf759281aa3d60475985de16d60a6.tar.xz |
forgot Rohan.. :D
-rw-r--r-- | src/main.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
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); |