Skip to content

Commit

Permalink
Move and rename the plugin menu item.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinevez committed Oct 9, 2024
1 parent e9faaf5 commit 86037f3
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public class FitEllipsoidPlugin extends AbstractContextual implements MamutPlugi

static
{
menuTexts.put( FIT_SELECTED_VERTICES, "Fit Selected Vertices" );
menuTexts.put( FIT_SELECTED_VERTICES, "Ellipsoid fitting" );
}

/*
Expand Down Expand Up @@ -149,8 +149,9 @@ public List< ViewMenuBuilder.MenuItem > getMenuItems()
{
return Arrays.asList(
menu( "Plugins",
menu( "Ellipsoid Fitting",
item( FIT_SELECTED_VERTICES ) ) ) );
menu( "Spots management",
menu( "Transform spots",
item( FIT_SELECTED_VERTICES ) ) ) ) );
}

@Override
Expand Down

0 comments on commit 86037f3

Please sign in to comment.