diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-08 11:38:18 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-09 10:37:31 +0200 |
commit | 919d68292f83d3c28dcd9e0b4d72e3bcbf7ce404 (patch) | |
tree | 18ef6490a18b139bd12e912f7d6f2c223045d671 /twin-styles/kstep/nextclient.cpp | |
parent | 37115f79e4bb8316f3ee8fab2f01c6083eefefa0 (diff) | |
download | tdeartwork-919d68292f83d3c28dcd9e0b4d72e3bcbf7ce404.tar.gz tdeartwork-919d68292f83d3c28dcd9e0b4d72e3bcbf7ce404.zip |
Use common twin clients translations catalog for twin styles.
Exclude commmon strings of twin cliens from translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit fed5a8d5ad6d79254d4f3b4f427038b96034c549)
Diffstat (limited to 'twin-styles/kstep/nextclient.cpp')
-rw-r--r-- | twin-styles/kstep/nextclient.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/twin-styles/kstep/nextclient.cpp b/twin-styles/kstep/nextclient.cpp index e69d5932..0a18d552 100644 --- a/twin-styles/kstep/nextclient.cpp +++ b/twin-styles/kstep/nextclient.cpp @@ -7,6 +7,7 @@ #include <tqlabel.h> #include <tqtooltip.h> #include <kdebug.h> +#include <tdeglobal.h> #include <tdelocale.h> #include <kpixmapeffect.h> @@ -922,6 +923,8 @@ bool NextClient::drawbound(const TQRect& geom, bool /* clear */) NextClientFactory::NextClientFactory() { + TDEGlobal::locale()->insertCatalogue("twin_clients"); + TDEGlobal::locale()->insertCatalogue("twin_art_clients"); create_pixmaps(this); } |