diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-28 03:40:54 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-28 03:40:54 +0200 |
commit | f7d0c1e847801b2ba303e6a0b60545779948fbbf (patch) | |
tree | d03faab7cb663d64a79f9287726ce406966e526f /src/main.cpp | |
parent | Revert "Some changes ported for merge to mainline (bookmarks & links handling... (diff) | |
download | rekonq-f7d0c1e847801b2ba303e6a0b60545779948fbbf.tar.xz |
Importing some reverted changes
Diffstat (limited to 'src/main.cpp')
-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 d5e7c33b..80d94627 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -52,6 +52,11 @@ int main(int argc, char **argv) "adjam7@gmail.com", "http://www.adjam.org"); + about.addAuthor(ki18n("Domrachev Alexandr"), + ki18n("Developer, Russian translations"), + "alexandr.domrachev@gmail.com", + ""); + // about.addAuthor(ki18n("your name"), // ki18n("your role"), // "your mail", |