Use unique name for WIP object

- Issue MatterHackers/MCCentral#5002
Wrong icon for text object
This commit is contained in:
John Lewin 2019-03-07 17:01:02 -08:00
parent 55e2fc7eff
commit a6b20f6598

View file

@ -74,7 +74,7 @@ namespace MatterHackers.MatterControl.Library
{ DateCreated = new System.DateTime(index++) },
#if DEBUG
new GeneratorItem(
() => "Text".Localize(),
() => "Text2".Localize(),
async () => await TextPathObject3D.Create())
{ DateCreated = new System.DateTime(index++) },
#endif