summaryrefslogtreecommitdiffstats
path: root/src/config/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/config.cpp')
-rw-r--r--src/config/config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/config.cpp b/src/config/config.cpp
index 215c230..0853828 100644
--- a/src/config/config.cpp
+++ b/src/config/config.cpp
@@ -57,7 +57,7 @@ SUSE2Config::SUSE2Config(TDEConfig *config, TQWidget *parent)
// create the configuration object
m_config = new TDEConfig("twinSUSE2rc");
TDEGlobal::locale()->insertCatalogue("twin_clients");
- TDEGlobal::locale()->insertCatalogue("twin_SUSE2");
+ TDEGlobal::locale()->insertCatalogue("twin-style-suse2");
// create and show the configuration dialog
m_dialog = new ConfigDialog(parent);