major cleanup to ExamplesContribution; untangling more contribs mess

This commit is contained in:
Ben Fry
2023-01-11 11:16:05 -05:00
parent 683a86563d
commit c76176aaf9
9 changed files with 82 additions and 95 deletions

View File

@@ -358,7 +358,7 @@ public class JavaEditor extends Editor {
boolean coreToolMenuItemAdded;
boolean contribToolMenuItemAdded;
List<ToolContribution> contribTools = base.getToolContribs();
List<ToolContribution> contribTools = base.getContribTools();
// Adding this in in case a reference folder is added for MovieMaker, or in case
// other core tools are introduced later
coreToolMenuItemAdded = addToolReferencesToSubMenu(base.getCoreTools(), toolRefSubmenu);