Changeset 12575 in osm for applications/editors/josm/plugins/waypoints/src/WaypointOpenAction.java
- Timestamp:
- 2008-12-25T14:25:37+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/waypoints/src/WaypointOpenAction.java
r9949 r12575 21 21 import org.openstreetmap.josm.gui.layer.OsmDataLayer; 22 22 import org.openstreetmap.josm.actions.DiskAccessAction; 23 import org.openstreetmap.josm.tools.Shortcut; 23 24 import org.xml.sax.SAXException; 24 25 … … 33 34 */ 34 35 public WaypointOpenAction() { 35 super(tr("Open waypoints file"), "open", tr("Open a waypoints file."), 36 KeyEvent.VK_W, InputEvent.CTRL_DOWN_MASK); 36 super(tr("Open waypoints file"), "open", tr("Open a waypoints file."), 37 Shortcut.registerShortcut("tools:waypoints", tr("Menu: {0}", 38 tr("Open waypoints file")), KeyEvent.VK_W, Shortcut.GROUP_MENU, Shortcut.SHIFT_DEFAULT)); 37 39 } 38 40
Note:
See TracChangeset
for help on using the changeset viewer.