Ignore:
Timestamp:
2016-06-12T00:26:29+02:00 (8 years ago)
Author:
stoecker
Message:

see #9995, see #10684 - remove more hardcoded places of images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/conflict/tags/CombinePrimitiveResolverDialog.java

    r10179 r10357  
    367367            putValue(Action.SHORT_DESCRIPTION, tr("Cancel conflict resolution"));
    368368            putValue(Action.NAME, tr("Cancel"));
    369             putValue(Action.SMALL_ICON, ImageProvider.get("", "cancel"));
     369            new ImageProvider("cancel").getResource().getImageIcon(this);
    370370            setEnabled(true);
    371371        }
     
    382382            putValue(Action.SHORT_DESCRIPTION, tr("Apply resolved conflicts"));
    383383            putValue(Action.NAME, tr("Apply"));
    384             putValue(Action.SMALL_ICON, ImageProvider.get("ok"));
     384            new ImageProvider("ok").getResource().getImageIcon(this);
    385385            updateEnabledState();
    386386        }
Note: See TracChangeset for help on using the changeset viewer.