Changeset 8203 in josm


Ignore:
Timestamp:
2015-04-17T21:57:38+02:00 (9 years ago)
Author:
simon04
Message:

see #9907 - Open Location, Which tasks to perform?: use standard icons

File:
1 edited

Legend:

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

    r8195 r8203  
    217217        list.addSelectionInterval(0, tasks.size() - 1);
    218218        final ExtendedDialog dialog = new ExtendedDialog(Main.parent, tr("Which tasks to perform?"), new String[]{tr("Ok"), tr("Cancel")}, true) {{
     219            setButtonIcons(new String[]{"ok", "cancel"});
    219220            final JPanel pane = new JPanel(new GridLayout(2, 1));
    220221            pane.add(new JLabel(tr("Which tasks to perform?")));
Note: See TracChangeset for help on using the changeset viewer.