Changeset 26794 in osm for applications/viewer/jmapviewer
- Timestamp:
- 2011-10-07T21:26:38+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/viewer/jmapviewer/src/org/openstreetmap/gui/jmapviewer/AttributionSupport.java
r26793 r26794 28 28 public static final Font ATTR_LINK_FONT; 29 29 30 private static final String DEFAULT_TERMS_OF_USE_TEXT = tr("Background Terms of Use");31 32 30 protected Rectangle attrTextBounds = null; 33 31 protected Rectangle attrToUBounds = null; … … 48 46 attrTermsUrl = tileSource.getTermsOfUseURL(); 49 47 if (attrTermsUrl != null && attrTermsText == null) { 50 attrTermsText = DEFAULT_TERMS_OF_USE_TEXT;48 attrTermsText = tr("Background Terms of Use"); 51 49 } 52 50 } else {
Note:
See TracChangeset
for help on using the changeset viewer.