Changeset 18679 in josm for trunk/src


Ignore:
Timestamp:
2023-03-02T08:22:33+01:00 (21 months ago)
Author:
stoecker
Message:

fix #22779 - proper link

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/PasteAtSourcePositionAction.java

    r14397 r18679  
    2525                Shortcut.registerShortcut("menu:edit:pasteAtSource", tr("Edit: {0}", tr("Paste at source position")),
    2626                        KeyEvent.VK_V, Shortcut.ALT_CTRL), true, "pasteatsource");
    27         setHelpId(ht("/Action/Paste"));
     27        setHelpId(ht("/Action/PasteAtSourcePosition"));
    2828    }
    2929
Note: See TracChangeset for help on using the changeset viewer.