Changeset 17032 in josm for trunk/src/org/openstreetmap/josm/gui/dialogs/properties/CopyAllKeyValueAction.java
- Timestamp:
- 2020-09-16T14:51:39+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/properties/CopyAllKeyValueAction.java
r17007 r17032 16 16 import org.openstreetmap.josm.gui.MainApplication; 17 17 import org.openstreetmap.josm.tools.Shortcut; 18 import org.openstreetmap.josm.tools.ImageProvider; 18 19 19 20 /** … … 33 34 putValue(NAME, tr("Copy all Keys/Values")); 34 35 putValue(SHORT_DESCRIPTION, tr("Copy the key and value of all the tags to clipboard")); 36 new ImageProvider("copy").getResource().attachImageIcon(this, true); 35 37 } 36 38
Note:
See TracChangeset
for help on using the changeset viewer.
