summaryrefslogtreecommitdiffstats
path: root/src/twin/config
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-07-12 13:09:43 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-07-12 13:19:37 +0200
commit8b8635e19016556bea8966ef02db1e1c62d19756 (patch)
tree5dd56febb60c0d26841b6d8b0c8ff0ef33b39cc0 /src/twin/config
parent802f34e6ab13d295f7035599ce2478a90c704c9b (diff)
downloadtde-style-ia-ora-8b8635e19016556bea8966ef02db1e1c62d19756.tar.gz
tde-style-ia-ora-8b8635e19016556bea8966ef02db1e1c62d19756.zip
Fix the lowercase letter in the name of twin style to match the other occurrences.r14.0.11
Add loading translation catalog during twin style initialization. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit f1a743b321c66cd0575ff6a490e4afbdbf395c29)
Diffstat (limited to 'src/twin/config')
-rw-r--r--src/twin/config/config.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/twin/config/config.cpp b/src/twin/config/config.cpp
index 1410345..4fda2fe 100644
--- a/src/twin/config/config.cpp
+++ b/src/twin/config/config.cpp
@@ -42,6 +42,7 @@ IaOraConfig::IaOraConfig(TDEConfig* config, TQWidget* parent)
// create the configuration object
m_config = new TDEConfig("twiniaorarc");
TDEGlobal::locale()->insertCatalogue("twin_clients");
+ TDEGlobal::locale()->insertCatalogue("twin_iaora");
// create and show the configuration dialog
m_dialog = new ConfigDialog(parent);