summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/CMakeL10n.txt3
-rw-r--r--client/config/CMakeL10n.txt3
-rw-r--r--client/config/config.cpp5
3 files changed, 9 insertions, 2 deletions
diff --git a/client/CMakeL10n.txt b/client/CMakeL10n.txt
new file mode 100644
index 0000000..b585ce4
--- /dev/null
+++ b/client/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/client/config/CMakeL10n.txt b/client/config/CMakeL10n.txt
new file mode 100644
index 0000000..a3fb7f1
--- /dev/null
+++ b/client/config/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "messages/twin_domino_config/" )
diff --git a/client/config/config.cpp b/client/config/config.cpp
index 48025ae..11a5ef0 100644
--- a/client/config/config.cpp
+++ b/client/config/config.cpp
@@ -47,9 +47,10 @@ DominoConfig::DominoConfig( TDEConfig* config, TQWidget* parent )
: TQObject( parent )
{
conf = new TDEConfig("twindominorc");
-
+
TDEGlobal::locale()->insertCatalogue("twin_clients");
-
+ TDEGlobal::locale()->insertCatalogue("twin_domino_config");
+
vBox = new TQVBox( parent );
customBorderColor = new TQCheckBox( i18n("Custom border color"), vBox );