Changeset 8286 in josm for trunk/src/org/openstreetmap/josm/tools
- Timestamp:
- 2015-04-28T00:59:25+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/ImageProvider.java
r8285 r8286 145 145 * @since 7132 146 146 */ 147 public static String PROP_TRANSPARENCY_FORCED = "josm.transparency.forced"; 147 public static final String PROP_TRANSPARENCY_FORCED = "josm.transparency.forced"; 148 148 149 149 /** … … 151 151 * @since 7132 152 152 */ 153 public static String PROP_TRANSPARENCY_COLOR = "josm.transparency.color"; 153 public static final String PROP_TRANSPARENCY_COLOR = "josm.transparency.color"; 154 154 155 155 /** directories in which images are searched */
Note:
See TracChangeset
for help on using the changeset viewer.
