Skip to content

Commit 39ddfee

Browse files
authored
Merge pull request #11 from mastodon-sc/stefanhahmann-patch-2
Change menu path for Nearest Neighbor Statistics
2 parents 1c1032a + 2c1fe66 commit 39ddfee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/mastodon/mamut/nearest/NearestObjectStatPlugin.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
public class NearestObjectStatPlugin implements MamutPlugin
5959
{
6060

61-
public static final String[] MENU_PATH = new String[] { "Plugins" };
61+
public static final String[] MENU_PATH = new String[] { "Plugins", "Compute Feature" };
6262

6363
public static final String SHOW_NEAREST_NEIGHBORS_STATS_DIALOG_ACTION = "generate statistics on nearest neighbors";
6464

@@ -68,7 +68,7 @@ public class NearestObjectStatPlugin implements MamutPlugin
6868

6969
static
7070
{
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" );
7272
}
7373

7474
private final ShowDialogAction toggleDialog = new ShowDialogAction();

0 commit comments

Comments
 (0)