Changeset 35513 in osm


Ignore:
Timestamp:
2020-07-20T21:43:19+02:00 (4 years ago)
Author:
klumbumbus
Message:

see #josm15240 - update icon, removed in JOSM core in r16799

Location:
applications/editors/josm/plugins/opendata
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/opendata/build.xml

    r35330 r35513  
    11<?xml version="1.0" encoding="utf-8"?>
    22<project name="opendata" default="dist" basedir=".">
    3     <property name="plugin.main.version" value="15844"/>
     3    <property name="plugin.main.version" value="16799"/>
    44    <property name="plugin.author" value="Don-vip"/>
    55    <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  
    372372            putValue(NAME, tr("Configure sites..."));
    373373            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);
    375375        }
    376376
Note: See TracChangeset for help on using the changeset viewer.