- Timestamp:
- 2025-02-21T09:07:21+01:00 (3 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/preferences/display/GPXSettingsPanel.java
r19321 r19334 69 69 private final JCheckBox circleGpsPoints = new JCheckBox(tr("Draw a circle from value")); 70 70 private final JComboBox<String> circleDataSource = new JosmComboBox<>(new String[] { 71 tr("H dop"),71 tr("HDOP"), 72 72 tr("Horizontal deviation estimate"), 73 73 tr("Age of correction data")});
Note:
See TracChangeset
for help on using the changeset viewer.