Fix the lowercase letter in the name of twin style to match the other occurrences.

Add loading translation catalog during twin style initialization.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/2/head
Slávek Banko 3 years ago
parent ef1942f65a
commit f1a743b321
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -42,6 +42,7 @@ IaOraConfig::IaOraConfig(TDEConfig* config, TQWidget* parent)
// create the configuration object // create the configuration object
m_config = new TDEConfig("twiniaorarc"); m_config = new TDEConfig("twiniaorarc");
TDEGlobal::locale()->insertCatalogue("twin_clients"); TDEGlobal::locale()->insertCatalogue("twin_clients");
TDEGlobal::locale()->insertCatalogue("twin_iaora");
// create and show the configuration dialog // create and show the configuration dialog
m_dialog = new ConfigDialog(parent); m_dialog = new ConfigDialog(parent);

@ -27,6 +27,8 @@
#include <tqimage.h> #include <tqimage.h>
#include <tqapplication.h> #include <tqapplication.h>
#include <tdeconfig.h> #include <tdeconfig.h>
#include <tdeglobal.h>
#include <tdelocale.h>
#include <kpixmap.h> #include <kpixmap.h>
#include <kpixmapeffect.h> #include <kpixmapeffect.h>
@ -41,6 +43,9 @@ namespace KWinIaOra
IaOraHandler::IaOraHandler() IaOraHandler::IaOraHandler()
{ {
TDEGlobal::locale()->insertCatalogue("twin_clients");
TDEGlobal::locale()->insertCatalogue("twin_iaora");
memset(m_pixmaps, 0, sizeof(TQPixmap*)*NumPixmaps*2*2); // set elements to 0 memset(m_pixmaps, 0, sizeof(TQPixmap*)*NumPixmaps*2*2); // set elements to 0
memset(m_bitmaps, 0, sizeof(TQBitmap*)*NumButtonIcons*2); memset(m_bitmaps, 0, sizeof(TQBitmap*)*NumButtonIcons*2);

@ -1,4 +1,4 @@
[Desktop Entry] [Desktop Entry]
Name=Ia ora Name=Ia Ora
Encoding=UTF-8 Encoding=UTF-8
X-TDE-Library=twin3_iaora X-TDE-Library=twin3_iaora

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-12 12:48+0200\n" "POT-Creation-Date: 2021-07-12 13:08+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,7 +17,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#. Name #. Name
#: widget/ia_ora.themerc:2 #: widget/ia_ora.themerc:2 twin/iaora.desktop:2
msgid "Ia Ora" msgid "Ia Ora"
msgstr "" msgstr ""
@ -25,8 +25,3 @@ msgstr ""
#: widget/ia_ora.themerc:3 #: widget/ia_ora.themerc:3
msgid "Mandriva Widget Style" msgid "Mandriva Widget Style"
msgstr "" msgstr ""
#. Name
#: twin/iaora.desktop:2
msgid "Ia ora"
msgstr ""

Loading…
Cancel
Save