diff options
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_); |