diff options
| author | Albert Astals Cid <[email protected]> | 2007-11-23 22:54:12 +0000 |
|---|---|---|
| committer | Albert Astals Cid <[email protected]> | 2007-11-23 22:54:12 +0000 |
| commit | 52f20900d62094cc9e5ecc2178fe16b5551e4c0e (patch) | |
| tree | 471301fb65dae3945e4de89267b2720884b0aede /src/dolphinpart.cpp | |
| parent | 71f5520898a02151924a4267072f2ddc1d6d88fd (diff) | |
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
Diffstat (limited to 'src/dolphinpart.cpp')
| -rw-r--r-- | src/dolphinpart.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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); |
