- Timestamp:
- 2020-03-08T19:16:41+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/properties/TaginfoAction.java
r16067 r16083 60 60 public TaginfoAction(String name, JTable tagTable, IntFunction<String> tagKeySupplier, IntFunction<Map<String, Integer>> tagValuesSupplier, 61 61 JTable membershipTable, IntFunction<IRelation<?>> memberValueSupplier, String taginfoUrl) { 62 super(name, "dialogs/taginfo",62 super(name, /* ICON */ "dialogs/taginfo", 63 63 tr("Launch browser with Taginfo statistics for selected object"), null, false); 64 64 this.taginfoUrl = taginfoUrl.endsWith("/") ? taginfoUrl : taginfoUrl + '/';
Note:
See TracChangeset
for help on using the changeset viewer.