]> cloud.milkyroute.net Git - dolphin.git/commitdiff
the kcm needs the dolphin catalog, otherwise konqueror shows it untranslated, kudos...
authorAlbert Astals Cid <tsdgeos@terra.es>
Mon, 25 Aug 2008 20:59:50 +0000 (20:59 +0000)
committerAlbert Astals Cid <tsdgeos@terra.es>
Mon, 25 Aug 2008 20:59:50 +0000 (20:59 +0000)
CCMAIL: kde-i18n@rybczynska.net

svn path=/trunk/KDE/kdebase/apps/; revision=852429

src/kcmdolphin.cpp

index 676bc19d3cdaee66055e79a9bec6ea7f793d6387..076144a8bae15b4e2694d327ac00773a0fed50da 100644 (file)
@@ -44,6 +44,8 @@ DolphinConfigModule::DolphinConfigModule(QWidget* parent, const QVariantList& ar
 {
     Q_UNUSED(args);
 
+    KGlobal::locale()->insertCatalog("dolphin");
+
     setButtons(KCModule::Default | KCModule::Help);
 
     QVBoxLayout* topLayout = new QVBoxLayout(this);