From c58b72e7a04a4029197a3c7930deb8a0a311eca8 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Mon, 25 Aug 2008 20:59:50 +0000 Subject: [PATCH] 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 --- src/kcmdolphin.cpp | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.47.3