X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/03f4481bdfb8e96b26acfccbf2b2bc780b060cf2..73f095cc5ebe64aeec6ec1ffaa9878f5ebc1fff4:/src/kcmdolphin.cpp 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);