Changeset 6048 in josm


Ignore:
Timestamp:
2013-07-03T20:38:17+02:00 (11 years ago)
Author:
Don-vip
Message:

use progressMonitor as parent component of "Skip download" plugin confirmation dialog (otherwise this dialog is hidden behind the progress monitor)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginDownloadTask.java

    r5874 r6048  
    9696        if (pi.mainversion > Version.getInstance().getVersion()) {
    9797            ExtendedDialog dialog = new ExtendedDialog(
    98                     Main.parent,
     98                    progressMonitor.getWindowParent(),
    9999                    tr("Skip download"),
    100100                    new String[] {
Note: See TracChangeset for help on using the changeset viewer.