From f3811d3035d482a498b15936f192a40ccdcb204b Mon Sep 17 00:00:00 2001 From: joshua Date: Fri, 20 Aug 2021 17:41:08 +0200 Subject: [PATCH] Add annex project --- sources/ui/aboutqetdialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/ui/aboutqetdialog.cpp b/sources/ui/aboutqetdialog.cpp index 7fcd69519..a902a5376 100644 --- a/sources/ui/aboutqetdialog.cpp +++ b/sources/ui/aboutqetdialog.cpp @@ -159,6 +159,7 @@ void AboutQETDialog::setVersion() void AboutQETDialog::setAnnexProject() { addLibrary(ui->m_annex_project_label, tr("redimensionneur d'éléments", "Element scaler"), "https://github.com/plc-user/QET_ElementScaler"); + addLibrary(ui->m_annex_project_label, tr("Générateur d'élément lambda", "Lambda element generator"), "https://github.com/asnigma/qet_gen_element"); } /**