Ignore:
Timestamp:
2020-06-29T11:30:41+02:00 (4 years ago)
Author:
stoecker
Message:

remove image extensions

File:
1 edited

Legend:

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

    r35426 r35499  
    135135                tr("Photo Geotagging Plugin"),
    136136                new String[] {tr("OK"), tr("Cancel")})
    137             .setButtonIcons(new String[] {"ok.png", "cancel.png"})
     137            .setButtonIcons(new String[] {"ok", "cancel"})
    138138            .setContent(cont)
    139139            .setCancelButton(2)
     
    361361                            tr("Override old backup files?"),
    362362                            new String[] {tr("Cancel"), tr("Keep old backups and continue"), tr("Override")})
    363                         .setButtonIcons(new String[] {"cancel.png", "ok.png", "dialogs/delete.png"})
     363                        .setButtonIcons(new String[] {"cancel", "ok", "dialogs/delete"})
    364364                        .setContent(l)
    365365                        .setCancelButton(1)
Note: See TracChangeset for help on using the changeset viewer.