Skip to content

Commit

Permalink
Change Plugin Name
Browse files Browse the repository at this point in the history
Changed the plugin name to something more appropriate.
  • Loading branch information
AvocadoMoon committed Jan 25, 2024
1 parent b698ddc commit bf77234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/vcell/N5/N5ImageHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
*/

@Plugin(type = Command.class, menuPath = "Plugins>VCell>N5 Dataset Viewer")
@Plugin(type = Command.class, menuPath = "Plugins>VCell>VCell Simulation Results Viewer")
public class N5ImageHandler implements Command, ActionListener {
private N5ViewerGUI vGui;
private File selectedLocalFile;
Expand Down

0 comments on commit bf77234

Please sign in to comment.