X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/285c14dd4e2127a34c5bd936e7563be3e62baa90..f3b4d53720e2b8ab9c20eb9fb9e05fcc2386b5cf:/src/main.cpp diff --git a/src/main.cpp b/src/main.cpp index 703161b1e..df725a33f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -91,8 +91,6 @@ int main(int argc, char **argv) #endif #endif - KCrash::initialize(); - KLocalizedString::setApplicationDomain(dolphinTranslationDomain); KAboutData aboutData(QStringLiteral("dolphin"), @@ -130,6 +128,7 @@ int main(int argc, char **argv) aboutData.addAuthor(i18nc("@info:credit", "Michael Austin"), i18nc("@info:credit", "Documentation"), QStringLiteral("tuxedup@users.sourceforge.net")); KAboutData::setApplicationData(aboutData); + KCrash::initialize(); QCommandLineParser parser; aboutData.setupCommandLine(&parser);