Skip to content

Commit dd0151b

Browse files
author
taylor.smock
committedJan 24, 2025·
Fix #24093: Wrong page is linked for context sensitive help for Edit -> Delete action
git-svn-id: https://josm.openstreetmap.de/svn/trunk@19290 0c6e7542-c601-0410-84e7-c038aed88b3b
1 parent e9bbcef commit dd0151b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/org/openstreetmap/josm/actions/DeleteAction.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public boolean confirmDeletionFromRelation(Collection<RelationToChildReference>
7575
public DeleteAction() {
7676
super(tr("Delete"), "dialogs/delete", tr("Delete selected objects."),
7777
Shortcut.registerShortcut("system:delete", tr("Edit: {0}", tr("Delete")), KeyEvent.VK_DELETE, Shortcut.DIRECT), true);
78-
setHelpId(ht("/Action/Delete"));
78+
setHelpId(ht("/Action/EditDelete"));
7979
}
8080

8181
@Override

0 commit comments

Comments
 (0)
Please sign in to comment.