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/CombineWayAction.java

    r7509 r8061  
    6262                tr("Change directions?"),
    6363                new String[] {tr("Reverse and Combine"), tr("Cancel")});
    64         ed.setButtonIcons(new String[] {"wayflip.png", "cancel.png"});
     64        ed.setButtonIcons(new String[] {"wayflip", "cancel"});
    6565        ed.setContent(tr("The ways can not be combined in their current directions.  "
    6666                + "Do you want to reverse some of them?"));
Note: See TracChangeset for help on using the changeset viewer.