X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/3c09528f3cc2aed4b4f005113486f3189ea65af6..d094c8ffe64d226d5afef50693a3bb04b360ed7b:/src/main.cpp diff --git a/src/main.cpp b/src/main.cpp index 0c5ac87f2..9610753d8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -48,10 +48,12 @@ extern "C" Q_DECL_EXPORT int kdemain(int argc, char **argv) migrate.setUiFiles(QStringList() << QStringLiteral("dolphinpart.rc") << QStringLiteral("dolphinui.rc")); migrate.migrate(); + KLocalizedString::setApplicationDomain("dolphin"); + KAboutData aboutData("dolphin", i18n("Dolphin"), QStringLiteral(DOLPHIN_VERSION_STRING), i18nc("@title", "File Manager"), KAboutLicense::GPL, - i18nc("@info:credit", "(C) 2006-2014 Peter Penz, Frank Reininghaus, and Emmanuel Pescosta")); + i18nc("@info:credit", "(C) 2006-2016 Peter Penz, Frank Reininghaus, and Emmanuel Pescosta")); aboutData.setHomepage("http://dolphin.kde.org"); aboutData.addAuthor(i18nc("@info:credit", "Emmanuel Pescosta"), i18nc("@info:credit", "Maintainer (since 2014) and developer"),