diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2024-03-10 22:14:44 +0200 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2024-03-10 22:33:47 +0200 |
commit | 46b634a550b6a1b92a678fee06cfa9982c28e8d6 (patch) | |
tree | 278c9e658dd14326449d6a9aaae90f67de8cc8e3 /style | |
parent | 5b82d9ff2a271585a6d2bdfc8f00f6bebe68ca63 (diff) | |
download | tde-style-polyester-46b634a550b6a1b92a678fee06cfa9982c28e8d6.tar.gz tde-style-polyester-46b634a550b6a1b92a678fee06cfa9982c28e8d6.zip |
Port translations to CMake
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'style')
-rw-r--r-- | style/CMakeL10n.txt | 11 | ||||
-rwxr-xr-x | style/config/polyesterconf.cpp | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/style/CMakeL10n.txt b/style/CMakeL10n.txt new file mode 100644 index 0000000..b2e9ef5 --- /dev/null +++ b/style/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/style/config/polyesterconf.cpp b/style/config/polyesterconf.cpp index e11661f..2df304a 100755 --- a/style/config/polyesterconf.cpp +++ b/style/config/polyesterconf.cpp @@ -59,7 +59,7 @@ PolyesterStyleConfig::PolyesterStyleConfig(TQWidget* parent): TQWidget(parent) //Should have no margins here, the dialog provides them TQVBoxLayout* layout = new TQVBoxLayout(this, 0, 0); dialog_ = new ConfigDialog(this); - TDEGlobal::locale()->insertCatalogue("kstyle_polyester_config"); + TDEGlobal::locale()->insertCatalogue("polyester"); layout->addWidget(dialog_); |