diff options
| author | Frank Reininghaus <[email protected]> | 2013-01-13 14:12:32 +0100 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2013-01-13 14:12:32 +0100 |
| commit | 4f0cd0b4470a76f649d8d7017672f47d0cae320d (patch) | |
| tree | 788a532800876f6ef8d8252e1b3d6724e772d557 /src/main.cpp | |
| parent | 74143ee656f02e028371921d22996c674f48e3c3 (diff) | |
Update Dolphin's About dialog
Emmanuel has contributed a lot of useful patches to Dolphin. Thank you
very much for that! The Dolphin community is looking forward to further
contributions from you.
CCMAIL: [email protected]
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index c262d0679..8f8a244d9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -50,6 +50,9 @@ KDE_EXPORT int kdemain(int argc, char **argv) about.addAuthor(ki18nc("@info:credit", "David Faure"), ki18nc("@info:credit", "Developer"), + about.addAuthor(ki18nc("@info:credit", "Emmanuel Pescosta"), + ki18nc("@info:credit", "Developer"), + "[email protected]"); about.addAuthor(ki18nc("@info:credit", "Aaron J. Seigo"), ki18nc("@info:credit", "Developer"), |
