Changeset 2017 in josm for trunk/src/org/openstreetmap/josm/actions/mapmode/SelectAction.java
- Timestamp:
- 30.08.2009 19:07:24 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/SelectAction.java
r1935 r2017 41 41 import org.openstreetmap.josm.gui.MapFrame; 42 42 import org.openstreetmap.josm.gui.MapView; 43 import org.openstreetmap.josm.gui.OptionPaneUtil;44 43 import org.openstreetmap.josm.gui.SelectionManager; 45 44 import org.openstreetmap.josm.gui.SelectionManager.SelectionEnded; … … 247 246 ((MoveCommand) c).moveAgain(-dx, -dy); 248 247 249 OptionPaneUtil.showMessageDialog(248 JOptionPane.showMessageDialog( 250 249 Main.parent, 251 250 tr("Cannot move objects outside of the world."),
Note: See TracChangeset
for help on using the changeset viewer.
