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/gui/dialogs/relation/actions/RefreshAction.java

    r13130 r13842  
    8585                new ButtonSpec(
    8686                        tr("Yes, discard changes and reload"),
    87                         ImageProvider.get("ok"),
     87                        new ImageProvider("ok"),
    8888                        tr("Click to discard the changes and reload data from layer"),
    8989                        null /* no specific help topic */
     
    9191                new ButtonSpec(
    9292                        tr("Cancel, continue editing"),
    93                         ImageProvider.get("cancel"),
     93                        new ImageProvider("cancel"),
    9494                        tr("Click to return to the relation editor and to resume relation editing"),
    9595                        null /* no specific help topic */
     
    114114                new ButtonSpec(
    115115                        tr("Yes"),
    116                         ImageProvider.get("ok"),
    117                         tr("Click to close window"),
     116                        new ImageProvider("ok"),
     117                        tr("Click to closnew ImageProvidere window"),
    118118                        null /* no specific help topic */
    119119                ),
    120120                new ButtonSpec(
    121121                        tr("No, continue editing"),
    122                         ImageProvider.get("cancel"),
     122                        new ImageProvider("cancel"),
    123123                        tr("Click to return to the relation editor and to resume relation editing"),
    124124                        null /* no specific help topic */
Note: See TracChangeset for help on using the changeset viewer.