Changeset 10356 in josm for trunk/src/org/openstreetmap/josm/actions
- Timestamp:
- 2016-06-12T00:00:29+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/AbstractSelectAction.java
r8624 r10356 20 20 putValue(NAME, tr("Select")); 21 21 putValue(SHORT_DESCRIPTION, tr("Set the selected elements on the map to the selected items in the list above.")); 22 putValue(SMALL_ICON, ImageProvider.get("dialogs", "select"));22 new ImageProvider("dialogs", "select").getResource().getImageIcon(this, true); 23 23 } 24 24 }
Note: See TracChangeset
for help on using the changeset viewer.