Ignore:
Timestamp:
2018-08-13T02:18:54+02:00 (8 years ago)
Author:
Don-vip
Message:

see #15229 - deprecate Main.parent and Main itself

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/MoveAction.java

    r14134 r14153  
    1111import javax.swing.JOptionPane;
    1212
    13 import org.openstreetmap.josm.Main;
    1413import org.openstreetmap.josm.command.Command;
    1514import org.openstreetmap.josm.command.MoveCommand;
     
    157156                ((MoveCommand) c).moveAgain(-distx, -disty);
    158157                JOptionPane.showMessageDialog(
    159                         Main.parent,
     158                        MainApplication.getMainFrame(),
    160159                        tr("Cannot move objects outside of the world."),
    161160                        tr("Warning"),
Note: See TracChangeset for help on using the changeset viewer.