Ignore:
Timestamp:
2020-09-16T14:51:39+02:00 (4 years ago)
Author:
Klumbumbus
Message:

Add missing icons in Tags/Membership Dialog context menu, fix icons of HelpAction and SelectInRelationListAction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/relation/SelectInRelationListAction.java

    r13130 r17032  
    2222        putValue(NAME, tr("Select in relation list"));
    2323        putValue(SHORT_DESCRIPTION, tr("Select relation in relation list."));
    24         new ImageProvider("dialogs", "selectionlist").getResource().attachImageIcon(this, true);
     24        new ImageProvider("dialogs", "relationlist").getResource().attachImageIcon(this, true);
    2525    }
    2626
Note: See TracChangeset for help on using the changeset viewer.