File tree 1 file changed +2
-2
lines changed
src/main/java/org/mastodon/mamut/nearest
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
public class NearestObjectStatPlugin implements MamutPlugin
59
59
{
60
60
61
- public static final String [] MENU_PATH = new String [] { "Plugins" };
61
+ public static final String [] MENU_PATH = new String [] { "Plugins" , "Compute Feature" };
62
62
63
63
public static final String SHOW_NEAREST_NEIGHBORS_STATS_DIALOG_ACTION = "generate statistics on nearest neighbors" ;
64
64
@@ -68,7 +68,7 @@ public class NearestObjectStatPlugin implements MamutPlugin
68
68
69
69
static
70
70
{
71
- menuTexts .put ( SHOW_NEAREST_NEIGHBORS_STATS_DIALOG_ACTION , "Generate statistics on nearest neighbors" );
71
+ menuTexts .put ( SHOW_NEAREST_NEIGHBORS_STATS_DIALOG_ACTION , "Statistics on nearest neighbors" );
72
72
}
73
73
74
74
private final ShowDialogAction toggleDialog = new ShowDialogAction ();
You can’t perform that action at this time.
0 commit comments