]> cloud.milkyroute.net Git - dolphin.git/commitdiff
and now the correct fix by master dfaure
authorAlbert Astals Cid <tsdgeos@terra.es>
Fri, 23 Nov 2007 23:29:45 +0000 (23:29 +0000)
committerAlbert Astals Cid <tsdgeos@terra.es>
Fri, 23 Nov 2007 23:29:45 +0000 (23:29 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=740707

src/dolphinpart.cpp

index a2fb686aba4085962b9fe871d8b6d086a9811808..5e64a14feb7f1f7281f97f07b8d7fcc1b8e915cb 100644 (file)
@@ -42,9 +42,6 @@ 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);
 
@@ -187,7 +184,7 @@ void DolphinPart::updateViewActions()
 
 KAboutData* DolphinPart::createAboutData()
 {
-    return new KAboutData("dolphinpart", 0, ki18nc("@title", "Dolphin Part"), "0.1");
+    return new KAboutData("dolphinpart", "dolphin", ki18nc("@title", "Dolphin Part"), "0.1");
 }
 
 bool DolphinPart::openUrl(const KUrl& url)