diff options
Diffstat (limited to 'src/SUSE2.cpp')
-rw-r--r-- | src/SUSE2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SUSE2.cpp b/src/SUSE2.cpp index f336167..e874790 100644 --- a/src/SUSE2.cpp +++ b/src/SUSE2.cpp @@ -48,7 +48,7 @@ SUSE2Handler::SUSE2Handler() memset(m_pixmaps, 0, sizeof(TQPixmap *) * NumButtonStatus * NumButtonIcons); // set elements to 0 TDEGlobal::locale()->insertCatalogue("twin_clients"); - TDEGlobal::locale()->insertCatalogue("twin_SUSE2"); + TDEGlobal::locale()->insertCatalogue("twin-style-suse2"); reset(0); } |