From: Peter Penz Date: Sat, 14 Jul 2007 09:41:25 +0000 (+0000) Subject: Translation fix from Stefan Asserhall: e. g. "Link to Device" from libkonq has not... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/194ce9fe183688544b8b9f420abe7ed186404908?ds=inline 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: faure@kde.org CCMAIL: stefan.asserhall@comhem.se svn path=/trunk/KDE/kdebase/apps/; revision=687760 --- 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