Changeset 28657 in osm


Ignore:
Timestamp:
2012-08-29T01:15:36+02:00 (12 years ago)
Author:
donvip
Message:

[josm_imagery-xml-bounds] fix compilation error

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  
    3232    <property name="commit.message" value="Commit message"/>
    3333    <!-- 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"/>
    3535    <!-- should not be necessary to change the following properties -->
    3636    <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  
    2121import java.io.File;
    2222
    23 import org.openstreetmap.josm.actions.SaveActionBase;
    2423import org.openstreetmap.josm.actions.SaveAsAction;
    2524import org.openstreetmap.josm.gui.layer.Layer;
     
    4645                        return createAndOpenSaveFileChooser(tr("Save Imagery XML file"), XmlBoundsConstants.EXTENSION);
    4746                } else {
    48                         return SaveActionBase.openFileDialog(layer);
     47                        return null;
    4948                }
    5049            }
Note: See TracChangeset for help on using the changeset viewer.