Changeset 16448 in osm for applications/editors/josm/plugins/routes/src/org/openstreetmap
- Timestamp:
- 2009-07-12T13:32:12+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/routes/src/org/openstreetmap/josm/plugins/routes/RelationEditMode.java
r16428 r16448 28 28 public RelationEditMode(MapFrame mapFrame) { 29 29 super(tr("Edit relation"), "node/autonode", tr("Edit relations"), 30 Shortcut.registerShortcut("mapmode:editRelation", tr("Mode: {0}", tr("Edit Relation")), KeyEvent.VK_H, Shortcut.GROUP_EDIT),30 Shortcut.registerShortcut("mapmode:editRelation", tr("Mode: {0}", tr("Edit relation")), KeyEvent.VK_H, Shortcut.GROUP_EDIT), 31 31 mapFrame, Cursor.getPredefinedCursor(Cursor.DEFAULT_CURSOR)); 32 32 }
Note:
See TracChangeset
for help on using the changeset viewer.