Ignore:
Timestamp:
2011-10-21T00:30:40+02:00 (13 years ago)
Author:
bastiK
Message:

add importer for osmChange files (see #6653)

Location:
trunk/src/org/openstreetmap/josm/io
Files:
1 added
1 edited

Legend:

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

    r3083 r4533  
    1313public class AllFormatsImporter extends FileImporter {
    1414    public AllFormatsImporter() {
    15         super(new ExtensionFileFilter("osm,xml,osm.gz,osm.bz2,osm.bz,gpx,gpx.gz,nmea,nme,nma,log,txt,wms,jpg", "", tr("All Formats")
     15        super(new ExtensionFileFilter("osm,xml,osm.gz,osm.bz2,osm.bz,osc,gpx,gpx.gz,nmea,nme,nma,log,txt,wms,jpg", "", tr("All Formats")
    1616                    + " (*.gpx *.osm *.nmea *.jpg ...)"));
    1717    }
Note: See TracChangeset for help on using the changeset viewer.