From 9bc2c65626badfee875de52791d91deb968cad03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 12 Jul 2021 10:51:25 +0200 Subject: Add twin client translations into template. Rename template from twin_baghira_config to twin_baghira. 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 121339c53bda69fd0551540699d28fb5a9df8790) --- deco/baghiraclient.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'deco/baghiraclient.cpp') diff --git a/deco/baghiraclient.cpp b/deco/baghiraclient.cpp index 471e440..558ede3 100644 --- a/deco/baghiraclient.cpp +++ b/deco/baghiraclient.cpp @@ -297,6 +297,9 @@ void ResizeHandle::paintEvent ( TQPaintEvent * ) // Constructor BaghiraFactory::BaghiraFactory() { + TDEGlobal::locale()->insertCatalogue("twin_clients"); + TDEGlobal::locale()->insertCatalogue("twin_baghira"); + helpMask = TQBitmap( 14, 15, help_bits, true ); jaguarDownMask = TQBitmap( 14, 15, jaguar2_bits, true ); jaguarMenuDownMask = TQBitmap( 20, 15, jaguar_menu_down_bits, true ); -- cgit v1.2.1