diff options
| author | Albert Astals Cid <[email protected]> | 2008-08-25 20:59:50 +0000 |
|---|---|---|
| committer | Albert Astals Cid <[email protected]> | 2008-08-25 20:59:50 +0000 |
| commit | c58b72e7a04a4029197a3c7930deb8a0a311eca8 (patch) | |
| tree | c54fd049ea42745e1ec70027273f199dfd2fc760 | |
| parent | 629046b0a109c6eb9ca4155e2d56c8849de95996 (diff) | |
the kcm needs the dolphin catalog, otherwise konqueror shows it untranslated, kudos to Marta Rybczynska for discovering and reporting
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=852429
| -rw-r--r-- | src/kcmdolphin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
