Ignore:
Timestamp:
2016-02-17T23:24:18+01:00 (9 years ago)
Author:
donvip
Message:

[josm_opendata] update to JOSM 9705

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

Legend:

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

    r31943 r32071  
    11<?xml version="1.0" encoding="utf-8"?>
    22<project name="opendata" default="dist" basedir=".">
    3     <property name="plugin.main.version" value="9309"/>
     3    <property name="plugin.main.version" value="9705"/>
    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/modules/ModuleInformation.java

    r30806 r32071  
    330330
    331331    public ImageIcon getScaledIcon() {
    332         Dimension dim = ImageProvider.getImageSizes(ImageSizes.MENU);
     332        Dimension dim = ImageSizes.MENU.getImageDimension();
    333333        ImageIcon iconToScale = icon != null ? icon : OdUtils.getImageIcon(OdConstants.ICON_EMPTY_24);
    334334        return new ImageIcon(iconToScale.getImage().getScaledInstance(dim.width, dim.height, Image.SCALE_SMOOTH));
Note: See TracChangeset for help on using the changeset viewer.