Changeset 601 in josm for trunk/src/org
- Timestamp:
- 2008-04-12T02:16:16+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/RelationListDialog.java
r590 r601 92 92 }), GBC.std()); 93 93 94 buttonPanel.add(createButton(" ", "delete", tr("Delete the selected relation"), -1, new ActionListener() {94 buttonPanel.add(createButton(" ", "delete", tr("Delete the selected relation"), -1, new ActionListener() { 95 95 public void actionPerformed(ActionEvent e) { 96 96 Relation toDelete = (Relation) displaylist.getSelectedValue();
Note:
See TracChangeset
for help on using the changeset viewer.