Changeset 4431 in josm for trunk/src/org/openstreetmap/josm/gui/preferences/GPXSettingsPanel.java
- Timestamp:
- 2011-09-17T10:59:32+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/preferences/GPXSettingsPanel.java
r4287 r4431 33 33 private static final int WAYPOINT_LABEL_CUSTOM = 6; 34 34 private static final String[] LABEL_PATTERN_TEMPLATE = new String[] {Marker.LABEL_PATTERN_AUTO, Marker.LABEL_PATTERN_NAME, 35 Marker.LABEL_PATTERN_DESC, "{ *}", "?{ '{name}' | '{desc}' | '{formattedWaypointOffset}' }", ""};35 Marker.LABEL_PATTERN_DESC, "{special:everything}", "?{ '{name}' | '{desc}' | '{formattedWaypointOffset}' }", ""}; 36 36 private static final String[] LABEL_PATTERN_DESC = new String[] {tr("Auto"), /* gpx data field name */ trc("gpx_field", "Name"), 37 37 /* gpx data field name */ trc("gpx_field", "Desc(ription)"), tr("Everything"), tr("Name or offset"), tr("None"), tr("Custom")};
Note:
See TracChangeset
for help on using the changeset viewer.