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/actions/HistoryInfoAction.java

    r7771 r8061  
    5959        public HistoryObjectIDDialog() {
    6060            super(Main.parent, tr("Show history"), new String[]{tr("Show history"), tr("Cancel")});
    61             setButtonIcons(new String[]{"dialogs/history.png", "cancel.png"});
     61            setButtonIcons(new String[]{"dialogs/history", "cancel"});
    6262            init();
    6363        }
Note: See TracChangeset for help on using the changeset viewer.