summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-25 11:42:18 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-10-25 11:42:18 +0100
commit4293c2d965dbf759281aa3d60475985de16d60a6 (patch)
treeecb0e085b20a7a57cc2444268a3a1361c0f318fe /src/main.cpp
parentrekonq 0.2.72 (diff)
downloadrekonq-4293c2d965dbf759281aa3d60475985de16d60a6.tar.xz
forgot Rohan.. :D
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp7
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);