Changeset 19288 in osm for applications/editors/josm/plugins/cadastre-fr
- Timestamp:
- 2010-01-06T21:00:39+01:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/cadastre-fr
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/build.xml
r19080 r19288 33 33 34 34 35 <property name="commit.message" value="Update d to new referrer support in OsmPrimitive" />36 <property name="plugin.main.version" value="2 614" />35 <property name="commit.message" value="Update to JOSM r2748" /> 36 <property name="plugin.main.version" value="2748" /> 37 37 38 38 <target name="init"> -
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePreferenceSetting.java
r19149 r19288 11 11 import org.openstreetmap.josm.gui.preferences.PreferenceDialog; 12 12 import org.openstreetmap.josm.gui.preferences.PreferenceSetting; 13 import org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane; 13 14 import org.openstreetmap.josm.tools.GBC; 14 15 import org.openstreetmap.josm.tools.I18n; … … 68 69 static final int DEFAULT_CROSSPIECES = 0; 69 70 70 public void addGui(final Preference Dialoggui) {71 public void addGui(final PreferenceTabbedPane gui) { 71 72 72 73 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.