Changeset 35539 in osm for applications/editors
- Timestamp:
- 2020-08-29T22:06:49+02:00 (4 years ago)
- Location:
- applications/editors/josm/plugins/cadastre-fr
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/build.xml
r35332 r35539 4 4 <property name="commit.message" value="Changed constructor for Plugin"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="1 5844"/>6 <property name="plugin.main.version" value="16976"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/actions/mapmode/Address.java
r35132 r35539 454 454 455 455 private void createDialog() { 456 ImageIcon iconLink = ImageProvider.get(null, " Mf_relation");456 ImageIcon iconLink = ImageProvider.get(null, "Osm_element_relation"); 457 457 link.setIcon(iconLink); 458 458 link.setEnabled(false);
Note:
See TracChangeset
for help on using the changeset viewer.