diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-12 13:09:43 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-12 13:19:37 +0200 |
commit | 8b8635e19016556bea8966ef02db1e1c62d19756 (patch) | |
tree | 5dd56febb60c0d26841b6d8b0c8ff0ef33b39cc0 /src/twin/config | |
parent | 802f34e6ab13d295f7035599ce2478a90c704c9b (diff) | |
download | tde-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.cpp | 1 |
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); |