Changeset 35513 in osm for applications/editors/josm/plugins
- Timestamp:
- 2020-07-20T21:43:19+02:00 (4 years ago)
- Location:
- applications/editors/josm/plugins/opendata
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/build.xml
r35330 r35513 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <project name="opendata" default="dist" basedir="."> 3 <property name="plugin.main.version" value="1 5844"/>3 <property name="plugin.main.version" value="16799"/> 4 4 <property name="plugin.author" value="Don-vip"/> 5 5 <property name="plugin.class" value="org.openstreetmap.josm.plugins.opendata.OdPlugin"/> -
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/gui/ModulePreference.java
r34675 r35513 372 372 putValue(NAME, tr("Configure sites...")); 373 373 putValue(SHORT_DESCRIPTION, tr("Configure the list of sites where modules are downloaded from")); 374 new ImageProvider(" dialogs", "settings").getResource().attachImageIcon(this);374 new ImageProvider("preference").getResource().attachImageIcon(this); 375 375 } 376 376
Note:
See TracChangeset
for help on using the changeset viewer.