Skip to content

Commit

Permalink
Move and rename the track image plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinevez committed Oct 9, 2024
1 parent 2c482b5 commit f5eb7eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
public class SpotTrackImagePlugin implements MamutPlugin
{

public static final String[] MENU_PATH = new String[] { "Plugins" };
public static final String[] MENU_PATH = new String[] { "Plugins", "Image data" };

public static final String SHOW_TRACK_IMAGE_DIALOG_ACTION = "show spot track image dialog";

Expand All @@ -74,7 +74,7 @@ public class SpotTrackImagePlugin implements MamutPlugin

static
{
menuTexts.put( SHOW_TRACK_IMAGE_DIALOG_ACTION, "Track image" );
menuTexts.put( SHOW_TRACK_IMAGE_DIALOG_ACTION, "Spot trajectory image extractor" );
}

private final ToggleTrackImageDialogAction toggleDialog = new ToggleTrackImageDialogAction();
Expand Down

0 comments on commit f5eb7eb

Please sign in to comment.