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

    r2256 r2323  
    33
    44import static org.openstreetmap.josm.tools.I18n.tr;
     5import static org.openstreetmap.josm.gui.help.HelpUtil.ht;
    56import static org.openstreetmap.josm.tools.I18n.trn;
    67
     
    5253        super(tr("Split Way"), "splitway", tr("Split a way at the selected node."),
    5354                Shortcut.registerShortcut("tools:splitway", tr("Tool: {0}", tr("Split Way")), KeyEvent.VK_P, Shortcut.GROUP_EDIT), true);
     55        putValue("help", ht("/Action/SplitWay"));
    5456    }
    5557
Note: See TracChangeset for help on using the changeset viewer.