- Timestamp:
- 2016-07-22T23:25:01+02:00 (8 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/gui/tagging/presets
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/tagging/presets/TaggingPreset.java
r10590 r10591 97 97 public String name; 98 98 /** 99 * The icon name that was used forthis preset.99 * The icon name assigned to this preset. 100 100 */ 101 101 public String iconName; -
trunk/src/org/openstreetmap/josm/gui/tagging/presets/items/KeyedItem.java
r10590 r10591 94 94 95 95 /** 96 * Usage information on a 96 * Usage information on a key 97 97 */ 98 98 protected static class Usage {
Note:
See TracChangeset
for help on using the changeset viewer.