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/JoinNodeWayAction.java

    r2256 r2323  
    33 
    44import static org.openstreetmap.josm.tools.I18n.tr; 
     5import static org.openstreetmap.josm.gui.help.HelpUtil.ht; 
    56 
    67import java.awt.event.ActionEvent; 
     
    2930        super(tr("Join Node to Way"), "joinnodeway", tr("Join a node into the nearest way segments"), 
    3031                Shortcut.registerShortcut("tools:joinnodeway", tr("Tool: {0}", tr("Join Node to Way")), KeyEvent.VK_J, Shortcut.GROUP_EDIT), true); 
     32        putValue("help", ht("/Action/JoinNodeWay")); 
    3133    } 
    3234 
Note: See TracChangeset for help on using the changeset viewer.