Compare commits

...

2 Commits

Author SHA1 Message Date
Laurent Trinques 5e41ec415e Update aboutqetdialog.cpp
Auto-build doxygen docs / doxygen (push) Has been cancelled
Auto-build doxygen docs / deploy (push) Has been cancelled
2026-01-08 11:03:33 +01:00
Laurent Trinques fa6e3d31eb Update dxftoelmt.cpp 2026-01-08 11:01:29 +01:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ bool dxf2ElmtIsPresent(bool install_dialog, QWidget *parent)
"Veuillez télécharger celui-ci en suivant le lien ci dessous et le dézipper dans le dossier d'installation")};
ThirdPartyBinaryInstallDialog dialog_(string_,
QStringLiteral("https://github.com/antonioaja/dxf2elmt/releases"),
QStringLiteral("https://github.com/Vadoola/dxf2elmt/releases/tag/v0.5.1"),
dxf2ElmtDirPath(),
parent);
dialog_.exec();
+1 -1
View File
@@ -178,7 +178,7 @@ void AboutQETDialog::setAnnexProject()
addLibrary(ui->m_annex_project_label, tr("Générateur d'élément lambda", "Lambda element generator"),
"https://github.com/asnigma/qet_gen_element");
addLibrary(ui->m_annex_project_label, tr("Convertisseur d'élément DXF", "Dxf2elmt"),
"https://github.com/antonioaja/dxf2elmt");
"https://github.com/Vadoola/dxf2elmt");
addLibrary(ui->m_annex_project_label, tr("Outil de traduction d'éléments", "Qet_translate"),
"https://qelectrotech.org/forum/viewtopic.php?pid=16027#p16027");