Changeset 19288 in osm for applications/editors/josm/plugins/cadastre-fr/src
- Timestamp:
- 2010-01-06T21:00:39+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.