From fed5a8d5ad6d79254d4f3b4f427038b96034c549 Mon Sep 17 00:00:00 2001 From: Slávek Banko 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 --- twin-styles/system/systemclient.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'twin-styles/system') diff --git a/twin-styles/system/systemclient.cpp b/twin-styles/system/systemclient.cpp index 69e0709e..d1edc611 100644 --- a/twin-styles/system/systemclient.cpp +++ b/twin-styles/system/systemclient.cpp @@ -9,6 +9,7 @@ #include #include +#include #include #include #include @@ -684,6 +685,8 @@ void SystemClient::borders(int& left, int& right, int& top, int& bottom) const SystemDecoFactory::SystemDecoFactory() { + TDEGlobal::locale()->insertCatalogue("twin_clients"); + TDEGlobal::locale()->insertCatalogue("twin_art_clients"); create_pixmaps(); } -- cgit v1.2.3