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

    r2268 r2323  
    33package org.openstreetmap.josm.actions; 
    44 
     5import static org.openstreetmap.josm.gui.help.HelpUtil.ht; 
    56import static org.openstreetmap.josm.tools.I18n.tr; 
    67 
     
    1011import java.util.Arrays; 
    1112import java.util.Collection; 
     13import java.util.HashMap; 
    1214import java.util.HashSet; 
    13 import java.util.HashMap; 
    1415import java.util.LinkedList; 
    1516 
     
    2122import org.openstreetmap.josm.command.SequenceCommand; 
    2223import org.openstreetmap.josm.data.coor.EastNorth; 
    23 import org.openstreetmap.josm.data.coor.LatLon; 
    2424import org.openstreetmap.josm.data.osm.Node; 
    2525import org.openstreetmap.josm.data.osm.OsmPrimitive; 
     
    4848                        KeyEvent.VK_Q, 
    4949                        Shortcut.GROUP_EDIT), true); 
     50        putValue("help", ht("/Action/Orthogonalize")); 
    5051    } 
    5152 
Note: See TracChangeset for help on using the changeset viewer.