From ebcfca6def3541ee7d302fb4669ed969b596e0be Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Fri, 24 Jul 2020 01:50:03 +0200 Subject: Move translations to a new directory layout. Add support for LINGUAS for listing translations to install. Rename translation catalogs to avoid potential collisions. Fix UTF-8 in author name and strings. 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 e695196df6e48da48a7a4d99e55481c0a6b1d8fb) --- starter/starter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starter/starter.cpp') diff --git a/starter/starter.cpp b/starter/starter.cpp index 6069045..93a37a2 100644 --- a/starter/starter.cpp +++ b/starter/starter.cpp @@ -475,7 +475,7 @@ extern "C" { KDE_EXPORT KPanelApplet* init( TQWidget *parent, const TQString& configFile) { - TDEGlobal::locale()->insertCatalogue("starter"); + TDEGlobal::locale()->insertCatalogue("baghira-starter"); return new starter(configFile, KPanelApplet::Normal, KPanelApplet::Preferences, parent, "baghirastarter"); -- cgit v1.2.3