Ignore:
Timestamp:
2009-11-21T02:48:39+01:00 (15 years ago)
Author:
buerste
Message:

-Menuentry run currently in runtime errors, quoting it out

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapLayer.java

    r18593 r18727  
    211211                }));
    212212
    213         tileOptionMenu.add(new JMenuItem(
     213        // FIXME: currently ran in errors
     214                /*
     215                tileOptionMenu.add(new JMenuItem(
    214216                new AbstractAction(tr("Snap to tile size")) {
    215217                    public void actionPerformed(ActionEvent ae) {
     
    220222                        redraw();
    221223                    }
    222                 }));
     224                }));*/
    223225        // end of adding menu commands
    224226
Note: See TracChangeset for help on using the changeset viewer.