┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-07-14 09:41:25 +0000
committerPeter Penz <[email protected]>2007-07-14 09:41:25 +0000
commit194ce9fe183688544b8b9f420abe7ed186404908 (patch)
tree5e0b84e1fb0cfbb2b5bbbf15c177955ab34d4f14 /src
parent1bc9506260a42691ded588db1f708fc11913774d (diff)
Translation fix from Stefan Asserhall: e. g. "Link to Device" from libkonq has not been translated (@David: is this the right way to do it?)
CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=687760
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 484ccab8e..3247a716f 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -70,6 +70,8 @@ int main(int argc, char **argv)
}
DolphinApplication app;
+ KGlobal::locale()->insertCatalog("libkonq"); // needed for applications using libkonq
+
#ifdef __GNUC__
#warning TODO, SessionManagement
#endif