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 | |
| 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.
| -rw-r--r-- | AUTHORS | 5 | ||||
| -rw-r--r-- | src/main.cpp | 10 | 
2 files changed, 14 insertions, 1 deletions
| @@ -1 +1,4 @@ -Andrea Diamantini   adjam7_AT_gmail_DOT_com     Project Lead, Developer, Italian translation +Andrea Diamantini       adjam7_AT_gmail_DOT_com                 Project Lead, Developer, Italian translation +Alexander Domrachev     alexander.domrachev_AT_gmail_DOT_com    Developer, Russian translation +Pawel Prazak            kojots350_AT_gmail_DOT_com              Developer + 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", | 
