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

see #11096 - strip .png

File:
1 edited

Legend:

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

    r8017 r8061  
    111111            );
    112112            dialog.setContent(tr("JOSM version {0} required for plugin {1}.", pi.mainversion, pi.name));
    113             dialog.setButtonIcons(new String[] { "download.png", "cancel.png" });
     113            dialog.setButtonIcons(new String[] { "download", "cancel" });
    114114            dialog.showDialog();
    115115            int answer = dialog.getValue();
Note: See TracChangeset for help on using the changeset viewer.