Changeset 27370 in osm for applications/editors


Ignore:
Timestamp:
2011-12-31T13:02:28+01:00 (13 years ago)
Author:
stoecker
Message:

fix compile issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/photo_geotagging/src/org/openstreetmap/josm/plugins/photo_geotagging/GeotaggingAction.java

    r26509 r27370  
    302302                        l.setIcon(UIManager.getIcon("OptionPane.warningIcon"));
    303303                        int override = new ExtendedDialog(
    304                                 ((PleaseWaitProgressMonitor) progressMonitor).getDialog(),
     304                                Main.parent,
    305305                                tr("Override old backup files?"),
    306306                                new String[] {tr("Cancel"), tr("Keep old backups and continue"), tr("Override")})
Note: See TracChangeset for help on using the changeset viewer.