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/io/AsynchronousUploadPrimitivesTask.java

    r14134 r14153  
    8787            if (asynchronousUploadPrimitivesTask != null) {
    8888                GuiHelper.runInEDTAndWait(() ->
    89                         JOptionPane.showMessageDialog(MainApplication.parent,
     89                        JOptionPane.showMessageDialog(MainApplication.getMainFrame(),
    9090                                tr("A background upload is already in progress. " +
    9191                                        "Kindly wait for it to finish before uploading new changes")));
Note: See TracChangeset for help on using the changeset viewer.