Changeset 19288 in osm for applications/editors/josm


Ignore:
Timestamp:
2010-01-06T21:00:39+01:00 (14 years ago)
Author:
guggis
Message:

'Update to JOSM r2748'

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

Legend:

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

    r19080 r19288  
    3333       
    3434
    35     <property name="commit.message" value="Updated to new referrer support in OsmPrimitive" />         
    36     <property name="plugin.main.version" value="2614" />
     35    <property name="commit.message" value="Update to JOSM r2748" />             
     36    <property name="plugin.main.version" value="2748" />
    3737       
    3838    <target name="init">
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePreferenceSetting.java

    r19149 r19288  
    1111import org.openstreetmap.josm.gui.preferences.PreferenceDialog;
    1212import org.openstreetmap.josm.gui.preferences.PreferenceSetting;
     13import org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane;
    1314import org.openstreetmap.josm.tools.GBC;
    1415import org.openstreetmap.josm.tools.I18n;
     
    6869    static final int DEFAULT_CROSSPIECES = 0;
    6970   
    70     public void addGui(final PreferenceDialog gui) {
     71    public void addGui(final PreferenceTabbedPane gui) {
    7172
    7273        String description = tr("A special handler of the French cadastre wms at www.cadastre.gouv.fr" + "<BR><BR>"
Note: See TracChangeset for help on using the changeset viewer.