Ignore:
Timestamp:
26.10.2009 15:23:39 (3 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/PasteAction.java

    r2312 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; 
     
    3031        super(tr("Paste"), "paste", tr("Paste contents of paste buffer."), 
    3132                Shortcut.registerShortcut("system:paste", tr("Edit: {0}", tr("Paste")), KeyEvent.VK_V, Shortcut.GROUP_MENU), true); 
     33        putValue("help", ht("/Action/Paste")); 
    3234    } 
    3335 
Note: See TracChangeset for help on using the changeset viewer.