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

see #11096 - strip .png

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MainApplication.java

    r8030 r8061  
    581581                        Main.parent, title,
    582582                        new String[]{tr("Change proxy settings"), tr("Cancel")});
    583                 ed.setButtonIcons(new String[]{"dialogs/settings.png", "cancel.png"}).setCancelButton(2);
     583                ed.setButtonIcons(new String[]{"dialogs/settings", "cancel"}).setCancelButton(2);
    584584                ed.setMinimumSize(new Dimension(460, 260));
    585585                ed.setIcon(JOptionPane.WARNING_MESSAGE);
Note: See TracChangeset for help on using the changeset viewer.