Changeset 28657 in osm
- Timestamp:
- 2012-08-29T01:15:36+02:00 (12 years ago)
- Location:
- applications/editors/josm/plugins/imagery-xml-bounds
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery-xml-bounds/build.xml
r28420 r28657 32 32 <property name="commit.message" value="Commit message"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 <property name="plugin.main.version" value=" 4987"/>34 <property name="plugin.main.version" value="5459"/> 35 35 <!-- should not be necessary to change the following properties --> 36 36 <property name="josm" location="../../core/dist/josm-custom.jar"/> -
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/BoundsLayerSaveAsAction.java
r27013 r28657 21 21 import java.io.File; 22 22 23 import org.openstreetmap.josm.actions.SaveActionBase;24 23 import org.openstreetmap.josm.actions.SaveAsAction; 25 24 import org.openstreetmap.josm.gui.layer.Layer; … … 46 45 return createAndOpenSaveFileChooser(tr("Save Imagery XML file"), XmlBoundsConstants.EXTENSION); 47 46 } else { 48 return SaveActionBase.openFileDialog(layer);47 return null; 49 48 } 50 49 }
Note:
See TracChangeset
for help on using the changeset viewer.