From 1b1a0910b0ea0dfeaa24d32f168928363eedb29a Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Tue, 5 Apr 2016 17:36:43 +0000 Subject: [PATCH] Add Danish translator git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4423 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/aboutqet.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sources/aboutqet.cpp b/sources/aboutqet.cpp index e28a1c702..0d55dff3d 100644 --- a/sources/aboutqet.cpp +++ b/sources/aboutqet.cpp @@ -33,9 +33,9 @@ AboutQET::AboutQET(QWidget *parent) : QDialog(parent) { // Titre, taille, comportement... setWindowTitle(tr("À propos de QElectrotech", "window title")); setMinimumWidth(680); - setMinimumHeight(690); + setMinimumHeight(920); setModal(true); - + // Trois onglets QTabWidget *tabs = new QTabWidget(this); tabs -> addTab(aboutTab(), tr("À &propos", "tab title")); @@ -43,7 +43,7 @@ AboutQET::AboutQET(QWidget *parent) : QDialog(parent) { tabs -> addTab(translatorsTab(), tr("&Traducteurs", "tab title")); tabs -> addTab(contributorsTab(), tr("&Contributeurs", "tab title")); tabs -> addTab(licenseTab(), tr("&Accord de licence", "tab title")); - + // Un bouton pour fermer la boite de dialogue QDialogButtonBox *buttons = new QDialogButtonBox(QDialogButtonBox::Close); connect(buttons, SIGNAL(accepted()), this, SLOT(accept())); @@ -156,6 +156,7 @@ QWidget *AboutQET::translatorsTab() const { addAuthor(translators, "Yannis Gyftomitros", "yang@hellug.gr", tr("Traduction en grec")); addAuthor(translators, "Paul Van Deelen", "shooter@home.nl", tr("Traduction en néerlandais")); addAuthor(translators, "Ronny Desmedt", "r.desmedt@live.be", tr("Traduction en flamand")); + addAuthor(translators, "OSS au2mation", "OSSau2mation@OSSau2mation.dk", tr("Traduction en danois"));