Ignore:
Timestamp:
2009-02-28T18:53:22+01:00 (15 years ago)
Author:
stoecker
Message:

close #2249. patch by xeen

File:
1 edited

Legend:

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

    r1432 r1448  
    349349
    350350        if (ordered) {
    351             buttonPanel.add(createButton(marktr("Move Up"), "moveup", tr("Move the currently selected members up"), KeyEvent.VK_U, new ActionListener() {
     351            buttonPanel.add(createButton(marktr("Move Up"), "moveup", tr("Move the currently selected members up"), KeyEvent.VK_N, new ActionListener() {
    352352                public void actionPerformed(ActionEvent e) {
    353353                    moveMembers(-1);
     
    364364
    365365        buttonPanel.add(createButton(marktr("Remove Selected"),"removeselected",
    366         tr("Remove all currently selected objects from relation"), KeyEvent.VK_G, new ActionListener() {
     366        tr("Remove all currently selected objects from relation"), KeyEvent.VK_S, new ActionListener() {
    367367            public void actionPerformed(ActionEvent e) {
    368368                deleteSelected();
Note: See TracChangeset for help on using the changeset viewer.