diff options
Diffstat (limited to 'deco/config')
-rw-r--r-- | deco/config/CMakeL10n.txt | 3 | ||||
-rw-r--r-- | deco/config/baghiraconfig.cpp | 3 | ||||
-rw-r--r-- | deco/config/baghiraconfig.cpp.new | 3 |
3 files changed, 4 insertions, 5 deletions
diff --git a/deco/config/CMakeL10n.txt b/deco/config/CMakeL10n.txt deleted file mode 100644 index e0bfdcd..0000000 --- a/deco/config/CMakeL10n.txt +++ /dev/null @@ -1,3 +0,0 @@ -##### create translation templates ############## - -tde_l10n_create_template( "messages/twin_baghira_config/" ) 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"); diff --git a/deco/config/baghiraconfig.cpp.new b/deco/config/baghiraconfig.cpp.new index 5f2a29f..c03e90e 100644 --- a/deco/config/baghiraconfig.cpp.new +++ b/deco/config/baghiraconfig.cpp.new @@ -45,7 +45,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"); |