Ignore:
Timestamp:
2006-04-21T14:31:51+02:00 (18 years ago)
Author:
imi
Message:
  • added conflicts and resolve conflict dialog

This is one of those "changed everything" checkpoint.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/gui/layer/Layer.java

    r78 r86  
    44
    55import javax.swing.Icon;
     6import javax.swing.JPopupMenu;
    67
    78import org.openstreetmap.josm.data.osm.visitor.BoundingXYVisitor;
     
    8081
    8182        abstract public Object getInfoComponent();
     83       
     84        abstract public void addMenuEntries(JPopupMenu menu);
    8285}
Note: See TracChangeset for help on using the changeset viewer.