Skip to content

Commit 66f88d0

Browse files
authored
Move generate BibTeX keys to Edit menu (#5987)
Closes
1 parent 6cb738d commit 66f88d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jabref/gui/JabRefFrame.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,7 @@ private MenuBar createMenu() {
713713
new SeparatorMenuItem(),
714714

715715
factory.createMenuItem(StandardActions.REPLACE_ALL, new OldDatabaseCommandWrapper(Actions.REPLACE_ALL, this, stateManager)),
716+
factory.createMenuItem(StandardActions.GENERATE_CITE_KEYS, new OldDatabaseCommandWrapper(Actions.MAKE_KEY, this, stateManager)),
716717

717718
new SeparatorMenuItem(),
718719

@@ -785,7 +786,6 @@ private MenuBar createMenu() {
785786

786787
new SeparatorMenuItem(),
787788

788-
factory.createMenuItem(StandardActions.GENERATE_CITE_KEYS, new OldDatabaseCommandWrapper(Actions.MAKE_KEY, this, stateManager)),
789789
factory.createMenuItem(StandardActions.SEND_AS_EMAIL, new OldDatabaseCommandWrapper(Actions.SEND_AS_EMAIL, this, stateManager)),
790790
pushToApplicationMenuItem,
791791

0 commit comments

Comments
 (0)