diff options
| author | Albert Astals Cid <[email protected]> | 2015-11-29 19:32:15 +0100 |
|---|---|---|
| committer | Albert Astals Cid <[email protected]> | 2015-11-29 19:32:15 +0100 |
| commit | 090f3e90ea4ce43c6d5e90c7b82c13a52222c72c (patch) | |
| tree | b2754211b26c0a5fe346cb8c47d9cf639faf4dfd /src/main.cpp | |
| parent | 35b35d0c5f62641a685282d25ea204e7004e09c0 (diff) | |
| parent | d00b531c74d509a03389485b116cda59162c73ea (diff) | |
Merge remote-tracking branch 'origin/Applications/15.12'
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 0c5ac87f2..f51932913 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -48,6 +48,8 @@ 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, |
