Improving test suit.

This commit is contained in:
Lars Brubaker 2015-08-20 10:24:28 -07:00
parent f11230c732
commit 8f406e220d
6 changed files with 30 additions and 22 deletions

View file

@ -24,6 +24,7 @@ namespace MatterHackers.MatterControl
public MenuOptionFile()
: base("File".Localize())
{
Name = "File Menu";
CurrentMenuOptionFile = this;
}