summaryrefslogtreecommitdiffstats
path: root/twin-styles/smooth-blend/client/config
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-07-08 11:38:18 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-07-09 10:35:31 +0200
commitfed5a8d5ad6d79254d4f3b4f427038b96034c549 (patch)
tree5d0d8779565d3592bf596f65fa8b457768ceba6e /twin-styles/smooth-blend/client/config
parent98e42e5e21b46c6c4068424dd415f5a39c2df06e (diff)
downloadtdeartwork-fed5a8d5ad6d79254d4f3b4f427038b96034c549.tar.gz
tdeartwork-fed5a8d5ad6d79254d4f3b4f427038b96034c549.zip
Use common twin clients translations catalog for twin styles.
Exclude commmon strings of twin cliens from translations. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'twin-styles/smooth-blend/client/config')
-rw-r--r--twin-styles/smooth-blend/client/config/smoothblendconfig.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/twin-styles/smooth-blend/client/config/smoothblendconfig.cpp b/twin-styles/smooth-blend/client/config/smoothblendconfig.cpp
index a95e2f40..83f0afcf 100644
--- a/twin-styles/smooth-blend/client/config/smoothblendconfig.cpp
+++ b/twin-styles/smooth-blend/client/config/smoothblendconfig.cpp
@@ -30,7 +30,8 @@ smoothblendConfig::smoothblendConfig(TDEConfig* config, TQWidget* parent)
: TQObject(parent), config_(0), dialog_(0) {
// create the configuration object
config_ = new TDEConfig("twinsmoothblendrc");
- TDEGlobal::locale()->insertCatalogue("twin_smoothblend_config");
+ TDEGlobal::locale()->insertCatalogue("twin_clients");
+ TDEGlobal::locale()->insertCatalogue("twin_art_clients");
// create and show the configuration dialog
dialog_ = new ConfigDialog(parent);