Changeset 1249 in josm


Ignore:
Timestamp:
2009-01-11T17:14:20+01:00 (16 years ago)
Author:
stoecker
Message:

minor cleanup

File:
1 edited

Legend:

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

    r1247 r1249  
    6262
    6363        public DeleteLayerAction(Layer layer) {
    64             super(tr("Delete"), SideButton.makeIcon("delete"));
     64            super(tr("Delete"), ImageProvider.get("dialogs", "delete"));
    6565            putValue(SHORT_DESCRIPTION, tr("Delete the selected layer."));
    6666            putValue("help", "Action/LayerDelete");
     
    9898
    9999        public ShowHideLayerAction(Layer layer) {
    100             super(tr("Show/Hide"), SideButton.makeIcon("showhide"));
     100            super(tr("Show/Hide"), ImageProvider.get("dialogs", "showhide"));
    101101            putValue(SHORT_DESCRIPTION, tr("Toggle visible state of the selected layer."));
    102102            putValue("help", "Action/LayerShowHide");
Note: See TracChangeset for help on using the changeset viewer.