Changeset 1054 in josm for trunk/src/org/openstreetmap/josm/actions/DuplicateAction.java
- Timestamp:
- 2008-10-23T18:15:37+02:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/DuplicateAction.java
r1023 r1054 20 20 super(tr("Duplicate"), "duplicate", 21 21 tr("Duplicate selection by copy and immediate paste."), 22 ShortCut.registerShortCut("system:duplicate", tr("Edit: Duplicate selection"), KeyEvent.VK_D, ShortCut.GROUP_MENU), true);22 ShortCut.registerShortCut("system:duplicate", tr("Edit: {0}", tr("Duplicate")), KeyEvent.VK_D, ShortCut.GROUP_MENU), true); 23 23 setEnabled(false); 24 24 DataSet.selListeners.add(this);
Note:
See TracChangeset
for help on using the changeset viewer.
