]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kcmdolphin.cpp
the kcm needs the dolphin catalog, otherwise konqueror shows it untranslated, kudos...
[dolphin.git] / 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);