Ignore:
Timestamp:
2009-10-26T15:23:39+01:00 (15 years ago)
Author:
Gubaer
Message:

Added explicit help topics
See also current list of help topics with links to source files and to help pages

File:
1 edited

Legend:

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

    r2305 r2323  
    44
    55import static org.openstreetmap.josm.tools.I18n.tr;
     6import static org.openstreetmap.josm.gui.help.HelpUtil.ht;
    67
    78import java.awt.event.ActionEvent;
     
    2425                tr("Copy selected objects to paste buffer."),
    2526                Shortcut.registerShortcut("system:copy", tr("Edit: {0}", tr("Copy")), KeyEvent.VK_C, Shortcut.GROUP_MENU), true);
     27        putValue("help", ht("/Action/Copy"));
    2628        listeners = new LinkedList<JosmAction>();
    2729    }
Note: See TracChangeset for help on using the changeset viewer.