From 3395b288c4b44c6c1868eb470a942e3aade33a42 Mon Sep 17 00:00:00 2001 From: Lukas Matena Date: Wed, 17 Aug 2022 11:39:32 +0200 Subject: [PATCH] Mention OCCT in Copyright dialog --- src/slic3r/GUI/AboutDialog.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/slic3r/GUI/AboutDialog.cpp b/src/slic3r/GUI/AboutDialog.cpp index f00259559..bfd6b55dc 100644 --- a/src/slic3r/GUI/AboutDialog.cpp +++ b/src/slic3r/GUI/AboutDialog.cpp @@ -127,7 +127,9 @@ void CopyrightsDialog::fill_entries() { "fast_float" , "Daniel Lemire, João Paulo Magalhaes and contributors", "https://github.com/fastfloat/fast_float" }, { "CuraEngine (Arachne, etc.)" - , "Ultimaker", "https://github.com/Ultimaker/CuraEngine" } + , "Ultimaker", "https://github.com/Ultimaker/CuraEngine" }, + { "Open CASCADE Technology" + , "Open Cascade SAS", "https://github.com/Open-Cascade-SAS/OCCT" } }; }