Putting in friendly names

This commit is contained in:
Lars Brubaker 2018-02-16 17:51:05 -08:00
parent 64972b4ef4
commit 42aece065d
4 changed files with 7 additions and 0 deletions

View file

@ -29,6 +29,7 @@ either expressed or implied, of the FreeBSD Project.
using System.Linq;
using MatterHackers.DataConverters3D;
using MatterHackers.Localizations;
using MatterHackers.VectorMath;
namespace MatterHackers.MatterControl.DesignTools.Operations
@ -37,6 +38,7 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
{
public ArrayLinearObject3D()
{
Name = "Linear Array".Localize();
}
public override string ActiveEditor => "PublicPropertyEditor";