Ignore:
Timestamp:
2020-06-11T08:40:14+02:00 (4 years ago)
Author:
simon04
Message:

fix #19320 - Add links to taghistory.raifer.tech

File:
1 edited

Legend:

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

    r16549 r16596  
    195195            tagTable, editHelper::getDataKey, editHelper::getDataValues,
    196196            membershipTable, x -> (IRelation<?>) membershipData.getValueAt(x, 0), null);
     197    private final TaginfoAction tagHistoryAction = taginfoAction.toTagHistoryAction();
    197198    private final Collection<TaginfoAction> taginfoNationalActions = new ArrayList<>();
    198199    private final PasteValueAction pasteValueAction = new PasteValueAction();
     
    457458        tagMenu.addSeparator();
    458459        tagMenu.add(helpTagAction);
     460        tagMenu.add(tagHistoryAction);
    459461        tagMenu.add(taginfoAction);
    460462        tagMenu.addPopupMenuListener(new AbstractTag2LinkPopupListener() {
Note: See TracChangeset for help on using the changeset viewer.