Changeset 1256 in josm


Ignore:
Timestamp:
2009-01-12T15:59:37+01:00 (15 years ago)
Author:
stoecker
Message:

fix #2015

File:
1 edited

Legend:

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

    r1249 r1256  
    245245        };
    246246
    247         upButton = new SideButton("Up", "up", "LayerList", tr("Move the selected layer one row up."), upDown);
    248         upButton.setText(null);
     247        upButton = new SideButton("up", "LayerList", tr("Move the selected layer one row up."), upDown);
    249248        buttonPanel.add(upButton);
    250249
    251         downButton = new SideButton("Down", "down", "LayerList", tr("Move the selected layer one row down."), upDown);
    252         downButton.setText(null);
     250        downButton = new SideButton("down", "LayerList", tr("Move the selected layer one row down."), upDown);
    253251        buttonPanel.add(downButton);
    254252
Note: See TracChangeset for help on using the changeset viewer.