Ignore:
Timestamp:
2018-11-20T00:09:48+01:00 (5 years ago)
Author:
Don-vip
Message:

fix #17000 - add link to OSM History Viewer (pewu)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/changeset/ChangesetDetailPanel.java

    r14121 r14432  
    5353 * This panel displays the properties of the currently selected changeset in the
    5454 * {@link ChangesetCacheManager}.
    55  *
     55 * @since 2689
    5656 */
    5757public class ChangesetDetailPanel extends JPanel implements PropertyChangeListener, ChangesetAware {
     
    347347        public void actionPerformed(ActionEvent evt) {
    348348            if (currentChangeset != null)
    349                 new OpenChangesetPopupMenu(currentChangeset.getId()).show(btnOpenChangesetPopupMenu);
     349                new OpenChangesetPopupMenu(currentChangeset.getId(), null).show(btnOpenChangesetPopupMenu);
    350350        }
    351351
Note: See TracChangeset for help on using the changeset viewer.