Ignore:
Timestamp:
2009-06-27T12:37:10+02:00 (15 years ago)
Author:
stoecker
Message:

fixed some design issues

File:
1 edited

Legend:

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

    r1696 r1706  
    265265
    266266        buttonPanel.add(createButton(marktr("Remove"),"remove",
    267                 tr("Remove the member in the current table row from this relation"), KeyEvent.VK_M, new ActionListener() {
     267                tr("Remove the member in the current table row from this relation"), KeyEvent.VK_X, new ActionListener() {
    268268            public void actionPerformed(ActionEvent e) {
    269269                int[] rows = memberTable.getSelectedRows();
Note: See TracChangeset for help on using the changeset viewer.