Changeset 16083 in josm for trunk


Ignore:
Timestamp:
2020-03-08T19:16:41+01:00 (5 years ago)
Author:
Don-vip
Message:

see #18821 - fix icon warning

File:
1 edited

Legend:

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

    r16067 r16083  
    6060    public TaginfoAction(String name, JTable tagTable, IntFunction<String> tagKeySupplier, IntFunction<Map<String, Integer>> tagValuesSupplier,
    6161                         JTable membershipTable, IntFunction<IRelation<?>> memberValueSupplier, String taginfoUrl) {
    62         super(name, "dialogs/taginfo",
     62        super(name, /* ICON */ "dialogs/taginfo",
    6363                tr("Launch browser with Taginfo statistics for selected object"), null, false);
    6464        this.taginfoUrl = taginfoUrl.endsWith("/") ? taginfoUrl : taginfoUrl + '/';
Note: See TracChangeset for help on using the changeset viewer.