Changeset 32556 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionCancelGrab.java
- Timestamp:
- 2016-07-04T14:18:17+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionCancelGrab.java
r26382 r32556 1 // License: GPL. For details, see LICENSE file. 1 2 package cadastre_fr; 2 3 4 import static org.openstreetmap.josm.tools.I18n.marktr; 3 5 import static org.openstreetmap.josm.tools.I18n.tr; 4 import static org.openstreetmap.josm.tools.I18n.marktr;5 6 6 7 import java.awt.event.ActionEvent; … … 20 21 } 21 22 22 23 23 @Override 24 24 public void actionPerformed(ActionEvent arg0) { … … 27 27 } 28 28 } 29 30 29 }
Note:
See TracChangeset
for help on using the changeset viewer.
