Changeset 14153 in josm for trunk/src/org/openstreetmap/josm/actions/MoveAction.java
- Timestamp:
- 2018-08-13T02:18:54+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/MoveAction.java
r14134 r14153 11 11 import javax.swing.JOptionPane; 12 12 13 import org.openstreetmap.josm.Main;14 13 import org.openstreetmap.josm.command.Command; 15 14 import org.openstreetmap.josm.command.MoveCommand; … … 157 156 ((MoveCommand) c).moveAgain(-distx, -disty); 158 157 JOptionPane.showMessageDialog( 159 Main .parent,158 MainApplication.getMainFrame(), 160 159 tr("Cannot move objects outside of the world."), 161 160 tr("Warning"),
Note:
See TracChangeset
for help on using the changeset viewer.
