Ignore:
Timestamp:
2009-08-03T12:01:00+02:00 (15 years ago)
Author:
guggis
Message:

Updated to JOSM release 1893

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/OsbLayer.java

    r16564 r16797  
    9393    public Component[] getMenuEntries() {
    9494        return new Component[]{
    95                 new JMenuItem(new LayerListDialog.ShowHideLayerAction(this)),
    96                 new JMenuItem(new LayerListDialog.DeleteLayerAction(this)),
     95                new JMenuItem(LayerListDialog.getInstance().createShowHideLayerAction(this)),
     96                new JMenuItem(LayerListDialog.getInstance().createDeleteLayerAction(this)),
    9797                new JSeparator(),
    9898                new JMenuItem(new RenameLayerAction(null, this)),
Note: See TracChangeset for help on using the changeset viewer.