Describe named action lists as menuActions rather than menuItems
This commit is contained in:
parent
0d2432fdbe
commit
255ddb65bf
4 changed files with 19 additions and 19 deletions
|
|
@ -16,7 +16,7 @@ namespace MatterHackers.MatterControl
|
|||
Name = "Help Menu";
|
||||
}
|
||||
|
||||
protected override IEnumerable<MenuItemAction> GetMenuItems()
|
||||
protected override IEnumerable<MenuItemAction> GetMenuActions()
|
||||
{
|
||||
return new List<MenuItemAction>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue