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" } }; }