Changeset 18727 in osm for applications
- Timestamp:
- 2009-11-21T02:48:39+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapLayer.java
r18593 r18727 211 211 })); 212 212 213 tileOptionMenu.add(new JMenuItem( 213 // FIXME: currently ran in errors 214 /* 215 tileOptionMenu.add(new JMenuItem( 214 216 new AbstractAction(tr("Snap to tile size")) { 215 217 public void actionPerformed(ActionEvent ae) { … … 220 222 redraw(); 221 223 } 222 })); 224 }));*/ 223 225 // end of adding menu commands 224 226
Note:
See TracChangeset
for help on using the changeset viewer.