Changeset 34139 in osm for applications/editors/josm


Ignore:
Timestamp:
2018-04-08T02:18:02+02:00 (7 years ago)
Author:
donvip
Message:

update to JOSM 13564

Location:
applications/editors/josm/plugins/cadastre-fr
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/build.xml

    r34115 r34139  
    44    <property name="commit.message" value="Changed constructor for Plugin"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="13559"/>
     6    <property name="plugin.main.version" value="13564"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/actions/upload/CheckSourceUploadHook.java

    r33638 r34139  
    2222import org.openstreetmap.josm.data.osm.OsmPrimitive;
    2323import org.openstreetmap.josm.data.osm.Way;
    24 import org.openstreetmap.josm.gui.OsmPrimitivRenderer;
     24import org.openstreetmap.josm.gui.PrimitiveRenderer;
    2525import org.openstreetmap.josm.plugins.fr.cadastre.CadastrePlugin;
    2626import org.openstreetmap.josm.tools.GBC;
     
    7474        if (!sel.isEmpty()) {
    7575            JPanel p = new JPanel(new GridBagLayout());
    76             OsmPrimitivRenderer renderer = new OsmPrimitivRenderer();
     76            PrimitiveRenderer renderer = new PrimitiveRenderer();
    7777            p.add(new JLabel(tr("Add \"source=...\" to elements?")), GBC.eol());
    7878            JTextField tf = new JTextField(CadastrePlugin.source);
Note: See TracChangeset for help on using the changeset viewer.