mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-15 15:25:52 +08:00
Fix extra comma in AboutDialog for Arc Welder
This commit is contained in:
parent
d61be708de
commit
ac50bb55de
@ -122,7 +122,7 @@ void CopyrightsDialog::fill_entries()
|
|||||||
{ "lib_fts"
|
{ "lib_fts"
|
||||||
, "Forrest Smith" , "https://www.forrestthewoods.com/" },
|
, "Forrest Smith" , "https://www.forrestthewoods.com/" },
|
||||||
{ "Arc Welder"
|
{ "Arc Welder"
|
||||||
, "Brad Hochgesang", , "https://github.com/FormerLurker/ArcWelderLib/" }
|
, "Brad Hochgesang" , "https://github.com/FormerLurker/ArcWelderLib/" }
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user