From 52f20900d62094cc9e5ecc2178fe16b5551e4c0e Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Fri, 23 Nov 2007 22:54:12 +0000 Subject: 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 --- src/dolphinpart.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/dolphinpart.cpp') 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); -- cgit v1.3