Ignore:
Timestamp:
2008-03-02T16:10:33+01:00 (16 years ago)
Author:
david
Message:

Reorganise audio interface in light of recent usability comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/GpxReader.java

    r554 r572  
    241241                                        currentState = states.pop();
    242242                                        currentTrackSeg.add(currentWayPoint);
    243                                         if (Main.pref.getBoolean("marker.namedtrackpoints") &&
    244                                                 (currentWayPoint.attr.containsKey("name") ||
    245                                                         currentWayPoint.attr.containsKey("desc")))
    246                                         {
    247                                                 currentData.waypoints.add(currentWayPoint);
    248                                         }
    249243                                } else if (qName.equals("wpt")) {
    250244                                        currentState = states.pop();
Note: See TracChangeset for help on using the changeset viewer.