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/tagging/presets/items/KeyedItem.java

    r16417 r16596  
    214214        popupMenu.add(tr("Key: {0}", key)).setEnabled(false);
    215215        popupMenu.add(new HelpTagAction(() -> tag));
    216         popupMenu.add(new TaginfoAction(() -> tag, () -> null));
     216        TaginfoAction taginfoAction = new TaginfoAction(() -> tag, () -> null);
     217        popupMenu.add(taginfoAction.toTagHistoryAction());
     218        popupMenu.add(taginfoAction);
    217219        return popupMenu;
    218220    }
Note: See TracChangeset for help on using the changeset viewer.