Changeset 5567 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2012-11-04T13:49:06+01:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/Map_Rectifier_WMSmenuAction.java
r5562 r5567 135 135 if(!s.url.equals("")) { 136 136 panel.add(serviceBtn, GBC.std()); 137 panel.add(new UrlLabel(s.url, tr("Visit Homepage")), GBC.eol().anchor(GridBagConstraints.EAST) , 2);137 panel.add(new UrlLabel(s.url, tr("Visit Homepage")), GBC.eol().anchor(GridBagConstraints.EAST)); 138 138 } else { 139 139 panel.add(serviceBtn, GBC.eol().anchor(GridBagConstraints.WEST));
Note:
See TracChangeset
for help on using the changeset viewer.