Ignore:
Timestamp:
2020-09-15T22:02:10+02:00 (4 years ago)
Author:
Klumbumbus
Message:

see #19726 - Unify multipolygon and relation icons, all self created, partly derived from existing icons, all PD and CC0 licensed, dialogs/addrelation replaced by normal add and normal relation icon

File:
1 edited

Legend:

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

    r16601 r17031  
    377377            putValue(SHORT_DESCRIPTION, tr("Create a new relation"));
    378378            putValue(NAME, tr("New"));
    379             new ImageProvider("dialogs", "addrelation").getResource().attachImageIcon(this, true);
     379            new ImageProvider("dialogs", "add").getResource().attachImageIcon(this, true);
    380380            updateEnabledState();
    381381        }
Note: See TracChangeset for help on using the changeset viewer.