Ignore:
Timestamp:
2015-02-14T07:31:36+01:00 (9 years ago)
Author:
bastiK
Message:

see #11096 - strip .png

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/geoimage/CorrelateGpxWithImages.java

    r7935 r8061  
    659659        );
    660660        syncDialog.setContent(panelTf, false);
    661         syncDialog.setButtonIcons(new String[] { "ok.png", "cancel.png" });
     661        syncDialog.setButtonIcons(new String[] { "ok", "cancel" });
    662662        syncDialog.setupDialog();
    663663        outerPanel.add(syncDialog.getContentPane(), BorderLayout.PAGE_START);
     
    699699                            new String[] { tr("OK"), tr("Try Again") }).
    700700                            setContent(tr("No images could be matched!")).
    701                             setButtonIcons(new String[] { "ok.png", "dialogs/refresh.png"}).
     701                            setButtonIcons(new String[] { "ok", "dialogs/refresh"}).
    702702                            showDialog().getValue() == 2)
    703703                    return AGAIN;
     
    982982                    tr("Adjust timezone and offset"),
    983983                    new String[] { tr("Close")}).
    984                     setContent(p).setButtonIcons(new String[] {"ok.png"}).showDialog();
     984                    setContent(p).setButtonIcons(new String[] {"ok"}).showDialog();
    985985        }
    986986    }
Note: See TracChangeset for help on using the changeset viewer.