Skip to content

Commit

Permalink
Remove "(experimental)" from "Open Imaris" menu entry
Browse files Browse the repository at this point in the history
  • Loading branch information
tpietzsch committed Mar 4, 2024
1 parent fbb6a3e commit acea9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/bdv/ij/OpenImarisPlugIn.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
import ij.Prefs;

@Plugin(type = Command.class,
menuPath = "Plugins>BigDataViewer>Open Imaris (experimental)")
menuPath = "Plugins>BigDataViewer>Open Imaris")
public class OpenImarisPlugIn implements Command
{
static String lastDatasetPath = "";
Expand Down

0 comments on commit acea9ba

Please sign in to comment.