diff options
| author | Elvis Angelaccio <[email protected]> | 2018-11-11 19:02:34 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2018-11-11 19:02:34 +0100 |
| commit | e3eba9ea66e25607482af0e2a223b161438b261b (patch) | |
| tree | c313f8c54fea17b7595223886873748831c3e9bd /src | |
| parent | 27179cd275efc9b6aad615b7d27eb76f653246d7 (diff) | |
| parent | 23350914f67be5d66bfe4d30460b23be57b1f8c3 (diff) | |
Merge branch 'Applications/18.12'
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 922b71766..09d3fe753 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -71,7 +71,7 @@ extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv) KAboutData aboutData(QStringLiteral("dolphin"), i18n("Dolphin"), QStringLiteral(DOLPHIN_VERSION_STRING), i18nc("@title", "File Manager"), KAboutLicense::GPL, - i18nc("@info:credit", "(C) 2006-2016 Peter Penz, Frank Reininghaus, and Emmanuel Pescosta")); + i18nc("@info:credit", "(C) 2006-2018 Peter Penz, Frank Reininghaus, Emmanuel Pescosta and Elvis Angelaccio")); aboutData.setHomepage(QStringLiteral("http://dolphin.kde.org")); aboutData.addAuthor(i18nc("@info:credit", "Elvis Angelaccio"), i18nc("@info:credit", "Maintainer (since 2018) and developer"), |
