- Timestamp:
- 2015-04-17T21:57:38+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/OpenLocationAction.java
r8195 r8203 217 217 list.addSelectionInterval(0, tasks.size() - 1); 218 218 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"}); 219 220 final JPanel pane = new JPanel(new GridLayout(2, 1)); 220 221 pane.add(new JLabel(tr("Which tasks to perform?")));
Note:
See TracChangeset
for help on using the changeset viewer.