Ignore:
Timestamp:
2009-10-26T15:23:39+01:00 (16 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/ReverseWayAction.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;
     
    3031        super(tr("Reverse Ways"), "wayflip", tr("Reverse the direction of all selected ways."),
    3132                Shortcut.registerShortcut("tools:reverse", tr("Tool: {0}", tr("Reverse Ways")), KeyEvent.VK_R, Shortcut.GROUP_EDIT), true);
     33        putValue("help", ht("/Action/ReverseWay"));
    3234    }
    3335
Note: See TracChangeset for help on using the changeset viewer.