diff options
author | Slávek Banko <[email protected]> | 2021-07-12 10:51:25 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-12 10:51:50 +0200 |
commit | 121339c53bda69fd0551540699d28fb5a9df8790 (patch) | |
tree | aacce6fff82660e74f23833c3cc77d175a0a777e /deco/config/baghiraconfig.cpp | |
parent | 1177376df03b288d9588f2031f633a78c054c2a9 (diff) | |
download | tde-style-baghira-121339c53bda69fd0551540699d28fb5a9df8790.tar.gz tde-style-baghira-121339c53bda69fd0551540699d28fb5a9df8790.zip |
Add twin client translations into template.
Rename template from twin_baghira_config to twin_baghira.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'deco/config/baghiraconfig.cpp')
-rw-r--r-- | deco/config/baghiraconfig.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deco/config/baghiraconfig.cpp b/deco/config/baghiraconfig.cpp index 5d1c14d..2ea55a8 100644 --- a/deco/config/baghiraconfig.cpp +++ b/deco/config/baghiraconfig.cpp @@ -44,7 +44,8 @@ BaghiraConfig::BaghiraConfig(TDEConfig*, TQWidget* parent) // config_ = new TDEConfig("baghirarc"); // config_ = new TQSettings; // config_->beginGroup("/baghira/Deco"); - TDEGlobal::locale()->insertCatalogue("twin_baghira_config"); + TDEGlobal::locale()->insertCatalogue("twin_clients"); + TDEGlobal::locale()->insertCatalogue("twin_baghira"); dialog_ = new ConfigDialog(parent); buttonDialog_ = new ButtonColors(parent, "Button Colors"); |