Skip to content

Commit

Permalink
Fix #24093: Wrong page is linked for context sensitive help for Edit …
Browse files Browse the repository at this point in the history
…-> Delete action

git-svn-id: https://josm.openstreetmap.de/svn/trunk@19290 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
taylor.smock committed Jan 24, 2025
1 parent e9bbcef commit dd0151b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/openstreetmap/josm/actions/DeleteAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public boolean confirmDeletionFromRelation(Collection<RelationToChildReference>
public DeleteAction() {
super(tr("Delete"), "dialogs/delete", tr("Delete selected objects."),
Shortcut.registerShortcut("system:delete", tr("Edit: {0}", tr("Delete")), KeyEvent.VK_DELETE, Shortcut.DIRECT), true);
setHelpId(ht("/Action/Delete"));
setHelpId(ht("/Action/EditDelete"));
}

@Override
Expand Down

0 comments on commit dd0151b

Please sign in to comment.