Changeset 1593 in josm
- Timestamp:
- 2009-05-15T18:13:02+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/DuplicateAction.java
r1415 r1593 27 27 28 28 public void actionPerformed(ActionEvent e) { 29 PasteAction.pasteData(CopyAction.copyData(), e);29 PasteAction.pasteData(CopyAction.copyData(), Main.main.editLayer(), e); 30 30 } 31 31
Note:
See TracChangeset
for help on using the changeset viewer.