- Timestamp:
- 2020-01-10T00:07:22+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/MoveAction.java
r15666 r15672 79 79 80 80 Shortcut getShortcut() { 81 return Shortcut.registerShortcut( 81 return Shortcut.registerShortcut(/* NO-SHORTCUT - adapt definition above when modified */ 82 82 "core:move" + getId(), tr("Move objects {0}", getLocalizedName()), getShortcutKey(), Shortcut.SHIFT); 83 83 }
Note:
See TracChangeset
for help on using the changeset viewer.