From: Albert Astals Cid Date: Fri, 23 Nov 2007 22:54:12 +0000 (+0000) Subject: Ahhh, fixing the bugs you report, that rocks ;-) X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/52f20900d62094cc9e5ecc2178fe16b5551e4c0e Ahhh, fixing the bugs you report, that rocks ;-) Insert the dolphin catalog so the messages appear translated correctly when eg, embedded into konqueror BUG: 152752 svn path=/trunk/KDE/kdebase/apps/; revision=740701 --- diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp index 7bc6c686b..a2fb686ab 100644 --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -42,6 +42,9 @@ DolphinPart::DolphinPart(QWidget* parentWidget, QObject* parent, const QStringLi : KParts::ReadOnlyPart(parent) { Q_UNUSED(args) + + KGlobal::locale()->insertCatalog("dolphin"); + setComponentData( DolphinPartFactory::componentData() ); m_extension = new DolphinPartBrowserExtension(this);