diff options
Diffstat (limited to 'client/config/deKoratorconfig.cpp')
-rw-r--r-- | client/config/deKoratorconfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/config/deKoratorconfig.cpp b/client/config/deKoratorconfig.cpp index 8f8ac71..5db97e3 100644 --- a/client/config/deKoratorconfig.cpp +++ b/client/config/deKoratorconfig.cpp @@ -68,7 +68,7 @@ DeKoratorConfig::DeKoratorConfig( TDEConfig* config, TQWidget* parent ) // create the configuration object config_ = new TDEConfig( "twindeKoratorrc" ); TDEGlobal::locale()->insertCatalogue("twin_clients"); - TDEGlobal::locale()->insertCatalogue("twin_deKorator"); + TDEGlobal::locale()->insertCatalogue("twin-style-dekorator"); // create and show the configuration dialog dialog_ = new ConfigDialog( parent ); |