diff options
| author | Burkhard Lück <[email protected]> | 2009-08-25 17:53:22 +0000 |
|---|---|---|
| committer | Burkhard Lück <[email protected]> | 2009-08-25 17:53:22 +0000 |
| commit | a5d47c369f890230d447837bf6b1af0a8dccebb7 (patch) | |
| tree | a6d65d6e26150174ede0b5886b7933b2c9d16c4f /src/kcm/kcmdolphingeneral.cpp | |
| parent | e8a1168aa4824a1b91f8fd5b00018d25a75fee6b (diff) | |
forward port from 4.3 r1015507 to make the kcm's load the proper catalog
BUG:204859
svn path=/trunk/KDE/kdebase/apps/; revision=1015509
Diffstat (limited to 'src/kcm/kcmdolphingeneral.cpp')
| -rw-r--r-- | src/kcm/kcmdolphingeneral.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kcm/kcmdolphingeneral.cpp b/src/kcm/kcmdolphingeneral.cpp index 4c0de517c..6f539674d 100644 --- a/src/kcm/kcmdolphingeneral.cpp +++ b/src/kcm/kcmdolphingeneral.cpp @@ -41,7 +41,7 @@ DolphinGeneralConfigModule::DolphinGeneralConfigModule(QWidget* parent, const QV { Q_UNUSED(args); - KGlobal::locale()->insertCatalog("dolphingeneral"); + KGlobal::locale()->insertCatalog("dolphin"); setButtons(KCModule::Default | KCModule::Help); |
