Changeset 2323 in josm for trunk/src/org/openstreetmap/josm/actions/HistoryInfoAction.java
- Timestamp:
- 26.10.2009 15:23:39 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/HistoryInfoAction.java
r2274 r2323 9 9 import org.openstreetmap.josm.data.osm.OsmPrimitiveType; 10 10 import org.openstreetmap.josm.tools.Shortcut; 11 import static org.openstreetmap.josm.gui.help.HelpUtil.ht; 11 12 12 13 public class HistoryInfoAction extends AbstractInfoAction { … … 17 18 Shortcut.registerShortcut("core:history", 18 19 tr("Object history"), KeyEvent.VK_H, Shortcut.GROUP_HOTKEY), true); 20 putValue("help", ht("/Action/HistoryInfo")); 19 21 } 20 22
Note: See TracChangeset
for help on using the changeset viewer.
