From 562cf5c4b49122a0c441c216e007da28cba6ef3d Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Sun, 28 Mar 2021 10:51:46 -0500 Subject: [PATCH] Include ArcWelder in copyrights --- 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 2da2a9533..33c7651d1 100644 --- a/src/slic3r/GUI/AboutDialog.cpp +++ b/src/slic3r/GUI/AboutDialog.cpp @@ -120,7 +120,9 @@ void CopyrightsDialog::fill_entries() { "AppImage packaging for Linux using AppImageKit" , "2004-2019 Simon Peter and contributors" , "https://appimage.org/" }, { "lib_fts" - , "Forrest Smith" , "https://www.forrestthewoods.com/" } + , "Forrest Smith" , "https://www.forrestthewoods.com/" }, + { "Arc Welder" + , "Brad Hochgesang", , "https://github.com/FormerLurker/ArcWelderLib/" } }; }