Ignore:
Timestamp:
2018-05-26T17:11:30+02:00 (6 years ago)
Author:
Don-vip
Message:

see #16319 - scale properly all icons using ButtonSpec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/downloadtasks/DownloadTaskList.java

    r13612 r13842  
    164164                new ButtonSpec(
    165165                        tr("Check on the server"),
    166                         ImageProvider.get("ok"),
     166                        new ImageProvider("ok"),
    167167                        tr("Click to check whether objects in your local dataset are deleted on the server"),
    168                         null  /* no specific help topic */
    169                         ),
    170                         new ButtonSpec(
    171                                 tr("Ignore"),
    172                                 ImageProvider.get("cancel"),
    173                                 tr("Click to abort and to resume editing"),
    174                                 null /* no specific help topic */
    175                                 ),
     168                        null /* no specific help topic */),
     169                new ButtonSpec(
     170                        tr("Ignore"),
     171                        new ImageProvider("cancel"),
     172                        tr("Click to abort and to resume editing"),
     173                        null /* no specific help topic */),
    176174        };
    177175
Note: See TracChangeset for help on using the changeset viewer.