diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-02-12 10:54:15 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-02-12 10:54:15 +0100 |
commit | a4540129c4b67447cc36498119ed358a9a3b489d (patch) | |
tree | 3c7899ce45dde531f19fc32d0cd6265eaaa39297 /src | |
parent | Properly manage MainToolBar actions by referring to its parent actions (diff) | |
download | rekonq-a4540129c4b67447cc36498119ed358a9a3b489d.tar.xz |
Add credits (before I forgot to)
Welcome aboard, Dimitrios :)
CCMAIL: dchristidis@ceid.upatras.gr
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index c7adff7f..5235185a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -130,6 +130,11 @@ extern "C" KDE_EXPORT int kdemain(int argc, char **argv) "adaptee@gmail.com", ""); + about.addCredit(ki18n("Dimitrios Christidis"), + ki18n("Provides patches, fixes and good testing"), + "dchristidis@ceid.upatras.ggr", + ""); + about.addCredit(ki18n("Panagiotis Papadopoulos"), ki18n("Quite everything but code"), "pano_90@gmx.net", |