Changeset 1256 in josm for trunk/src/org
- Timestamp:
- 2009-01-12T15:59:37+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/LayerListDialog.java
r1249 r1256 245 245 }; 246 246 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); 249 248 buttonPanel.add(upButton); 250 249 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); 253 251 buttonPanel.add(downButton); 254 252
Note:
See TracChangeset
for help on using the changeset viewer.