diff options
| author | Peter Penz <[email protected]> | 2011-11-05 15:16:25 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-11-05 15:17:09 +0100 |
| commit | f8643b1002d736672a4b641dd10d2524d59e50e3 (patch) | |
| tree | 1b4d23b02910ea86485f6f8a6bc31037901a1ec3 /src/main.cpp | |
| parent | 49d75cfe45860df18e34964a0d30196708935df8 (diff) | |
Add Frank Reininghaus and Sebastian Trüg to the About-dialog
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index f8d50e9e1..1e5673a88 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -41,6 +41,12 @@ KDE_EXPORT int kdemain(int argc, char **argv) about.addAuthor(ki18nc("@info:credit", "Peter Penz"), ki18nc("@info:credit", "Maintainer and developer"), + about.addAuthor(ki18nc("@info:credit", "Frank Reininghaus"), + ki18nc("@info:credit", "Developer"), + "[email protected]"); + about.addAuthor(ki18nc("@info:credit", "Sebastian Trüg"), + ki18nc("@info:credit", "Developer"), + "[email protected]"), about.addAuthor(ki18nc("@info:credit", "David Faure"), ki18nc("@info:credit", "Developer"), |
