From ac50bb55de5f58c19484a93f610a43054026717c Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Fri, 2 Apr 2021 21:54:44 -0500 Subject: [PATCH] Fix extra comma in AboutDialog for Arc Welder --- src/slic3r/GUI/AboutDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/AboutDialog.cpp b/src/slic3r/GUI/AboutDialog.cpp index 33c7651d1..b0e458f53 100644 --- a/src/slic3r/GUI/AboutDialog.cpp +++ b/src/slic3r/GUI/AboutDialog.cpp @@ -122,7 +122,7 @@ void CopyrightsDialog::fill_entries() { "lib_fts" , "Forrest Smith" , "https://www.forrestthewoods.com/" }, { "Arc Welder" - , "Brad Hochgesang", , "https://github.com/FormerLurker/ArcWelderLib/" } + , "Brad Hochgesang" , "https://github.com/FormerLurker/ArcWelderLib/" } }; }