summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-04-29 11:34:40 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-04-29 11:34:40 +0200
commitbc1f04c45802fe486e72b30001d026c51f206c8d (patch)
tree06afe2518b59edf60277b26b5ef16f2efa741fee
parenti18n update (diff)
downloadrekonq-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--AUTHORS5
-rw-r--r--src/main.cpp10
2 files changed, 14 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index ed706dae..bee04430 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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",