Changeset 10370 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2016-06-14T17:45:06+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/ImageResource.java
r10369 r10370 108 108 * Set both icons of an Action 109 109 * @param a The action for the icons 110 * @since 1036 8110 * @since 10369 111 111 */ 112 112 public void attachImageIcon(AbstractAction a) { … … 125 125 * @param a The action for the icons 126 126 * @param addresource Adds an resource named "ImageResource" if <code>true</code> 127 * @since 1036 8127 * @since 10369 128 128 */ 129 129 public void attachImageIcon(AbstractAction a, boolean addresource) {
Note:
See TracChangeset
for help on using the changeset viewer.