diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-25 16:59:32 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-25 16:59:32 +0100 |
commit | 00b6c4366350b1b10553092a96704c3083ede2ee (patch) | |
tree | 0c069c7661ef7d32f07f20e820f1a2a85b9fcd3f /src | |
parent | comments (diff) | |
download | rekonq-00b6c4366350b1b10553092a96704c3083ede2ee.tar.xz |
Added credits for Jon de Andres Frias
Diffstat (limited to 'src')
-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 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); |