Changeset 35583 in osm for applications/editors/josm/plugins/turnrestrictions
- Timestamp:
- 2020-10-15T19:00:54+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/CreateOrEditTurnRestrictionAction.java
r33537 r35583 43 43 null, 44 44 tr("Create or edit a turn restriction."), 45 Shortcut.registerShortcut("tools:turnrestriction", tr(" Tool: {0}", "Create or edit a turn restriction."),45 Shortcut.registerShortcut("tools:turnrestriction", tr("Create or edit a turn restriction."), 46 46 KeyEvent.VK_2, Shortcut.ALT_SHIFT), 47 47 false
Note:
See TracChangeset
for help on using the changeset viewer.