Skip to content

Commit

Permalink
Change menu entry to "Import spots from label image"
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhahmann committed Mar 15, 2024
1 parent 5ab71ed commit 35c4ac7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public List< ViewMenuBuilder.MenuItem > getMenuItems()
{
return Collections.singletonList(
menu( "Plugins", menu( "Imports",
menu( "Import spots from image data", item( IMPORT_SPOTS_FROM_IMAGEJ ),
menu( "Import spots from label image", item( IMPORT_SPOTS_FROM_IMAGEJ ),
item( IMPORT_SPOTS_FROM_BDV_CHANNEL ) ) ) ) );
}

Expand Down

0 comments on commit 35c4ac7

Please sign in to comment.