From 919d68292f83d3c28dcd9e0b4d72e3bcbf7ce404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 8 Jul 2021 11:38:18 +0200 Subject: Use common twin clients translations catalog for twin styles. Exclude commmon strings of twin cliens from translations. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit fed5a8d5ad6d79254d4f3b4f427038b96034c549) --- twin-styles/kstep/nextclient.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'twin-styles/kstep') 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 #include #include +#include #include #include @@ -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); } -- cgit v1.2.1