From: Albert Astals Cid Date: Mon, 25 Aug 2008 20:59:50 +0000 (+0000) Subject: the kcm needs the dolphin catalog, otherwise konqueror shows it untranslated, kudos... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/c58b72e7a04a4029197a3c7930deb8a0a311eca8 the kcm needs the dolphin catalog, otherwise konqueror shows it untranslated, kudos to Marta Rybczynska for discovering and reporting CCMAIL: kde-i18n@rybczynska.net svn path=/trunk/KDE/kdebase/apps/; revision=852429 --- diff --git a/src/kcmdolphin.cpp b/src/kcmdolphin.cpp index 676bc19d3..076144a8b 100644 --- a/src/kcmdolphin.cpp +++ b/src/kcmdolphin.cpp @@ -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);