Ignore:
Timestamp:
2006-04-21T14:31:51+02:00 (18 years ago)
Author:
imi
Message:
  • added conflicts and resolve conflict dialog

This is one of those "changed everything" checkpoint.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/actions/GpxExportAction.java

    r79 r86  
    121121                                w.output(((RawGpsDataLayer)layer).data);
    122122                        else
    123                                 w.output(Main.main.ds);
     123                                w.output(Main.ds);
    124124                        out.close();
    125125                } catch (IOException x) {
Note: See TracChangeset for help on using the changeset viewer.