summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorMavridis Philippe <[email protected]>2024-03-10 22:14:44 +0200
committerMavridis Philippe <[email protected]>2024-03-10 22:33:47 +0200
commit46b634a550b6a1b92a678fee06cfa9982c28e8d6 (patch)
tree278c9e658dd14326449d6a9aaae90f67de8cc8e3 /client
parent5b82d9ff2a271585a6d2bdfc8f00f6bebe68ca63 (diff)
downloadtde-style-polyester-46b634a550b6a1b92a678fee06cfa9982c28e8d6.tar.gz
tde-style-polyester-46b634a550b6a1b92a678fee06cfa9982c28e8d6.zip
Port translations to CMake
Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'client')
-rw-r--r--client/CMakeL10n.txt11
-rwxr-xr-xclient/config/polyesterconfig.cc2
2 files changed, 12 insertions, 1 deletions
diff --git a/client/CMakeL10n.txt b/client/CMakeL10n.txt
new file mode 100644
index 0000000..b2e9ef5
--- /dev/null
+++ b/client/CMakeL10n.txt
@@ -0,0 +1,11 @@
+################################################################################
+# Polyester - widget style and twin decoration aimed to be a good balance #
+# between eye candy and simplicity #
+# #
+# Copyright (C) 2019 Slávek Banko slavek.banko (AT) axis.cz #
+# #
+# This file is released under the GNU GPL version 3 or later. #
+# Improvements and feedback are welcome! #
+################################################################################
+
+tde_l10n_auto_add_subdirectories() \ No newline at end of file
diff --git a/client/config/polyesterconfig.cc b/client/config/polyesterconfig.cc
index c12fec5..0a55b16 100755
--- a/client/config/polyesterconfig.cc
+++ b/client/config/polyesterconfig.cc
@@ -33,7 +33,7 @@ polyesterConfig::polyesterConfig(TDEConfig* config, TQWidget* parent)
: TQObject(parent), config_(0), dialog_(0) {
// create the configuration object
config_ = new TDEConfig("twinpolyesterrc");
- TDEGlobal::locale()->insertCatalogue("twin_polyester_config");
+ TDEGlobal::locale()->insertCatalogue("polyester");
// create and show the configuration dialog
dialog_ = new ConfigDialog(parent);