Ignore:
Timestamp:
2018-11-01T22:57:33+01:00 (5 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/CopyAction.java

    r14153 r14397  
    3434                tr("Copy selected objects to paste buffer."),
    3535                Shortcut.registerShortcut("system:copy", tr("Edit: {0}", tr("Copy")), KeyEvent.VK_C, Shortcut.CTRL), true);
    36         putValue("help", ht("/Action/Copy"));
     36        setHelpId(ht("/Action/Copy"));
    3737        // CUA shortcut for copy (https://en.wikipedia.org/wiki/IBM_Common_User_Access#Description)
    3838        MainApplication.registerActionShortcut(this,
Note: See TracChangeset for help on using the changeset viewer.