Changeset 30737 in osm for applications/editors/josm/plugins/imagery_offset_db/src/iodb/ImageryOffsetPlugin.java
- Timestamp:
- 2014-10-18T23:07:52+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery_offset_db/src/iodb/ImageryOffsetPlugin.java
r29430 r30737 43 43 // an ugly hack to add this plugin to the toolbar 44 44 if( Main.pref.getBoolean("iodb.modify.toolbar", true) ) { 45 Collection<String> toolbar = new LinkedList< String>(Main.toolbar.getToolString());45 Collection<String> toolbar = new LinkedList<>(Main.toolbar.getToolString()); 46 46 if( !toolbar.contains("getoffset") ) { 47 47 toolbar.add("getoffset");
Note:
See TracChangeset
for help on using the changeset viewer.
