From 476128f01aba48f6519ead627d39175443f59758 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Mon, 19 Mar 2012 15:30:19 +0100 Subject: Fix translation issue in context-menu Thanks to Alexander Potashev for the patch! BUG: 290620 FIXED-IN: 4.8.2 --- src/main.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 631897337..c07802437 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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(); } -- cgit v1.3