Ignore:
Timestamp:
2018-11-01T22:57:33+01:00 (6 years ago)
Author:
Don-vip
Message:

fix #16935 - simplify/cleanup help topics of ToggleDialog/ToggleDialogAction

File:
1 edited

Legend:

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

    r12639 r14397  
    2323        super(tr("Paste"), "paste", tr("Paste contents of clipboard."),
    2424                Shortcut.registerShortcut("system:paste", tr("Edit: {0}", tr("Paste")), KeyEvent.VK_V, Shortcut.CTRL), true);
    25         putValue("help", ht("/Action/Paste"));
     25        setHelpId(ht("/Action/Paste"));
    2626        // CUA shortcut for paste (https://en.wikipedia.org/wiki/IBM_Common_User_Access#Description)
    2727        MainApplication.registerActionShortcut(this,
Note: See TracChangeset for help on using the changeset viewer.