Ignore:
Timestamp:
2018-08-13T02:18:54+02:00 (6 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/gui/dialogs/relation/ChildRelationBrowser.java

    r13761 r14153  
    3030import javax.swing.tree.TreePath;
    3131
    32 import org.openstreetmap.josm.Main;
    3332import org.openstreetmap.josm.data.osm.DataSet;
    3433import org.openstreetmap.josm.data.osm.DataSetMerger;
     
    335334            if (conflictsCount > 0) {
    336335                JOptionPane.showMessageDialog(
    337                         Main.parent,
     336                        MainApplication.getMainFrame(),
    338337                        trn("There was {0} conflict during import.",
    339338                                "There were {0} conflicts during import.",
     
    374373
    375374            JOptionPane.showMessageDialog(
    376                     Main.parent,
     375                    MainApplication.getMainFrame(),
    377376                    message,
    378377                    tr("Relation is deleted"),
Note: See TracChangeset for help on using the changeset viewer.