Changeset 3341 in josm


Ignore:
Timestamp:
Jun 25, 2010 11:55:36 AM (3 years ago)
Author:
stoecker
Message:

added some more uninteresting keys - fixes #5174

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java

    r3336 r3341  
    635635            uninteresting = Main.pref.getCollection("tags.uninteresting", 
    636636                    Arrays.asList(new String[]{"source", "source_ref", "source:", "note", "comment", 
    637                             "converted_by", "created_by", "watch", "watch:"})); 
     637                            "converted_by", "created_by", "watch", "watch:", "fixme", "FIXME", 
     638                            "description"})); 
    638639        } 
    639640        return uninteresting; 
Note: See TracChangeset for help on using the changeset viewer.