Changeset 26196 in osm for applications/editors/josm/plugins/undelete/src/org
- Timestamp:
- 2011-06-28T08:26:54+02:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/undelete/src/org/openstreetmap/josm/plugins/undelete
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/undelete/src/org/openstreetmap/josm/plugins/undelete/Undelete.java
r26073 r26196 3 3 4 4 package org.openstreetmap.josm.plugins.undelete; 5 6 import static org.openstreetmap.josm.tools.I18n.tr; 5 7 6 8 import java.awt.GridBagConstraints; … … 17 19 import javax.swing.KeyStroke; 18 20 19 import static org.openstreetmap.josm.tools.I18n.tr;20 21 21 import org.openstreetmap.josm.Main; 22 22 import org.openstreetmap.josm.actions.JosmAction; 23 import org.openstreetmap.josm.actions.downloadtasks.DownloadPrimitiveTask;24 23 import org.openstreetmap.josm.data.osm.DataSet; 25 24 import org.openstreetmap.josm.data.osm.Node;
Note:
See TracChangeset
for help on using the changeset viewer.