Skip to content

Commit 7fdcb05

Browse files
authored
Merge pull request #16 from scijava/rename-export
Do not shadow existing "Table..." command in Fiji
2 parents 52d0260 + 024b3d9 commit 7fdcb05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/scijava/table/io/ExportTableCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
@Plugin(type = Command.class, menu = { @Menu(label = MenuConstants.FILE_LABEL,
4848
weight = MenuConstants.FILE_WEIGHT, mnemonic = MenuConstants.FILE_MNEMONIC),
49-
@Menu(label = "Export"), @Menu(label = "Table...") })
49+
@Menu(label = "Export"), @Menu(label = "Table... ") })
5050
public class ExportTableCommand extends ContextCommand {
5151

5252
@Parameter(required = false, label = "Write column headers")

0 commit comments

Comments
 (0)