┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2012-03-19 15:30:19 +0100
committerPeter Penz <[email protected]>2012-03-19 15:31:47 +0100
commit476128f01aba48f6519ead627d39175443f59758 (patch)
tree05206c1f680b52adc072c55200e7521a62659828 /src/main.cpp
parent0303f6b27fc26e4bd541be426bf5bea3dcf99f56 (diff)
Fix translation issue in context-menu
Thanks to Alexander Potashev for the patch! BUG: 290620 FIXED-IN: 4.8.2
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 0 insertions, 2 deletions
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();
}