Describe named action lists as menuActions rather than menuItems

This commit is contained in:
John Lewin 2016-06-10 15:31:15 -07:00
parent 0d2432fdbe
commit 255ddb65bf
4 changed files with 19 additions and 19 deletions

View file

@ -16,7 +16,7 @@ namespace MatterHackers.MatterControl
Name = "Help Menu";
}
protected override IEnumerable<MenuItemAction> GetMenuItems()
protected override IEnumerable<MenuItemAction> GetMenuActions()
{
return new List<MenuItemAction>
{