summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-10-25 11:58:05 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-10-25 11:58:05 +0100
commit16f3261d8c05650e2905ab26149e3ed9ac2c5ff0 (patch)
tree4877decfa939a629e724b4622c9d00ac371f63f8 /src/main.cpp
parentFixing setting dimension (diff)
downloadrekonq-16f3261d8c05650e2905ab26149e3ed9ac2c5ff0.tar.xz
Forgot Dario.. (sorry)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 0dd1ebf6..f9531c19 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -121,6 +121,11 @@ int main(int argc, char **argv)
"rohan16garg@gmail.com",
"");
+ about.addCredit(ki18n("Dario Freddi"),
+ ki18n("Patches, hints, first KWallet support implementation"),
+ "drf@kde.org",
+ "");
+
// Initialize command line args
KCmdLineArgs::init(argc, argv, &about);