diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-29 11:34:40 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-29 11:34:40 +0200 |
commit | bc1f04c45802fe486e72b30001d026c51f206c8d (patch) | |
tree | 06afe2518b59edf60277b26b5ef16f2efa741fee /src/main.cpp | |
parent | i18n update (diff) | |
download | rekonq-bc1f04c45802fe486e72b30001d026c51f206c8d.tar.xz |
Updating AUTHORS.
For me, this is 0.1alpha release candidate.
We'll find time until 0.1 release to improve translations, bugfixing
&& importing unit tests.
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index c6ffdb46..670981e6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -57,6 +57,16 @@ int main(int argc, char **argv) "alexandr.domrachev@gmail.com", ""); + about.addAuthor(ki18n("Pawel Prazak"), + ki18n("Developer"), + "kojots350@gmail.com", + ""); + + about.addAuthor(ki18n("Panagiotis Papadopoulos"), + ki18n("German translations"), + "pano_90@gmx.net", + ""); + // about.addAuthor(ki18n("your name"), // ki18n("your role"), // "your mail", |