Changeset 14649 in josm
- Timestamp:
- 2019-01-06T10:30:51+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/tagging/presets/items/Link.java
r14647 r14649 54 54 }; 55 55 p.add(label, GBC.eol().insets(0, 10, 0, 0).fill(GBC.HORIZONTAL)); 56 } else {56 } else if (href != null || locale_href != null) { 57 57 final String url = Optional.ofNullable(locale_href).orElse(href); 58 58 final UrlLabel label = new UrlLabel(url, locale_text, 2);
Note:
See TracChangeset
for help on using the changeset viewer.