Ignore:
Timestamp:
2009-08-03T11:57:10+02:00 (16 years ago)
Author:
guggis
Message:

Updated to JOSM release 1893

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified applications/editors/josm/plugins/walkingpapers/src/org/openstreetmap/josm/plugins/walkingpapers/WalkingPapersLayer.java ΒΆ

    r16569 r16795  
    341341        public Component[] getMenuEntries() {
    342342                return new Component[] {
    343                                 new JMenuItem(new LayerListDialog.ShowHideLayerAction(this)),
    344                                 new JMenuItem(new LayerListDialog.DeleteLayerAction(this)),
     343                                new JMenuItem(LayerListDialog.getInstance().createShowHideLayerAction(this)),
     344                                new JMenuItem(LayerListDialog.getInstance().createDeleteLayerAction(this)),
    345345                                new JSeparator(),
    346346                                // color,
Note: See TracChangeset for help on using the changeset viewer.