Ignore:
Timestamp:
2016-06-19T13:33:02+02:00 (8 years ago)
Author:
stoecker
Message:

see #12994 - don't use SideButton outside side panel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/relation/actions/OKAction.java

    r9665 r10424  
    3333        super(memberTable, memberTableModel, tagModel, layer, editor, tfRole);
    3434        putValue(SHORT_DESCRIPTION, tr("Apply the updates and close the dialog"));
    35         putValue(SMALL_ICON, ImageProvider.get("ok"));
     35        new ImageProvider("ok").getResource().attachImageIcon(this);
    3636        putValue(NAME, tr("OK"));
    3737        setEnabled(true);
Note: See TracChangeset for help on using the changeset viewer.