Changeset 29399 in osm for applications/editors/josm/plugins/imagery_offset_db/src/iodb/GetImageryOffsetAction.java
- Timestamp:
- 2013-03-25T20:11:11+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery_offset_db/src/iodb/GetImageryOffsetAction.java
r29394 r29399 26 26 * @license WTFPL 27 27 */ 28 public class GetImageryOffsetAction extends JosmAction { 28 public class GetImageryOffsetAction extends JosmAction implements ImageryOffsetWatcher.OffsetStateListener { 29 29 private Icon iconOffsetOk; 30 30 private Icon iconOffsetBad; … … 39 39 KeyEvent.VK_I, Shortcut.ALT_CTRL), true); 40 40 iconOffsetOk = ImageProvider.get("getoffset"); 41 iconOffsetBad = ImageProvider.get("getoffsetnow"); // todo: create icon41 iconOffsetBad = ImageProvider.get("getoffsetnow"); 42 42 ImageryOffsetWatcher.getInstance().register(this); 43 43 }
Note:
See TracChangeset
for help on using the changeset viewer.