X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/1375f8316843a71552a3f67002e323d810170837..37dde37fcde68dab15998e15bb6aaf1a25224652:/src/main.cpp diff --git a/src/main.cpp b/src/main.cpp index 631897337..39ecee8b8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -33,7 +33,7 @@ KDE_EXPORT int kdemain(int argc, char **argv) { KAboutData about("dolphin", 0, ki18nc("@title", "Dolphin"), - "2.0.95", + "2.1", ki18nc("@title", "File Manager"), KAboutData::License_GPL, ki18nc("@info:credit", "(C) 2006-2012 Peter Penz")); @@ -83,8 +83,6 @@ KDE_EXPORT int kdemain(int argc, char **argv) KCmdLineArgs::addCmdLineOptions(options); DolphinApplication app; - KGlobal::locale()->insertCatalog("libkonq"); // needed for applications using libkonq - if (app.isSessionRestored()) { app.restoreSession(); }