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