Ignore:
Timestamp:
2020-06-11T11:32:21+02:00 (4 years ago)
Author:
simon04
Message:

see #19369 - TaginfoAction.withTaginfoUrl: simplify construction of custom instances, share Consumer objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/history/TagInfoViewer.java

    r16596 r16597  
    11// License: GPL. For details, see LICENSE file.
    22package org.openstreetmap.josm.gui.history;
    3 
    4 import static org.openstreetmap.josm.tools.I18n.tr;
    53
    64import java.awt.event.FocusEvent;
     
    10098        tagMenu.addSeparator();
    10199        tagMenu.add(trackJosmAction(new HelpTagAction(table, tagKeyFn, tagValuesFn)));
    102         TaginfoAction taginfoAction = new TaginfoAction(tr("Go to Taginfo"), table, tagKeyFn, tagValuesFn, null, null, null);
     100        TaginfoAction taginfoAction = new TaginfoAction(table, tagKeyFn, tagValuesFn, null, null);
    103101        tagMenu.add(trackJosmAction(taginfoAction.toTagHistoryAction()));
    104102        tagMenu.add(trackJosmAction(taginfoAction));
Note: See TracChangeset for help on using the changeset viewer.