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

    r2274 r2323  
    99import org.openstreetmap.josm.data.osm.OsmPrimitiveType; 
    1010import org.openstreetmap.josm.tools.Shortcut; 
     11import static org.openstreetmap.josm.gui.help.HelpUtil.ht; 
    1112 
    1213public class HistoryInfoAction extends AbstractInfoAction { 
     
    1718                Shortcut.registerShortcut("core:history", 
    1819                        tr("Object history"), KeyEvent.VK_H, Shortcut.GROUP_HOTKEY), true); 
     20        putValue("help", ht("/Action/HistoryInfo")); 
    1921    } 
    2022 
Note: See TracChangeset for help on using the changeset viewer.