- Timestamp:
- 2014-12-16T17:30:36+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/JumpToAction.java
r7693 r7812 2 2 package org.openstreetmap.josm.actions; 3 3 4 import static org.openstreetmap.josm.gui.help.HelpUtil.ht; 4 5 import static org.openstreetmap.josm.tools.I18n.tr; 5 6 … … 40 41 Shortcut.registerShortcut("tools:jumpto", tr("Tool: {0}", tr("Jump To Position")), 41 42 KeyEvent.VK_J, Shortcut.CTRL), true, "action/jumpto", true); 43 putValue("help", ht("/Action/JumpToPosition")); 42 44 } 43 45
Note:
See TracChangeset
for help on using the changeset viewer.