Ignore:
Timestamp:
2006-07-03T00:31:24+02:00 (20 years ago)
Author:
imi
Message:
  • started i18n
  • started "download incomplete ways" action
  • added straight line selection mode
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/tools/DateParser.java

    r102 r104  
    11package org.openstreetmap.josm.tools;
     2
     3import static org.openstreetmap.josm.tools.I18n.tr;
    24
    35import java.text.ParseException;
     
    2527                        try {return sdf.parse(d);} catch (ParseException pe) {}
    2628                }
    27                 throw new ParseException("No applicable parse format", 0);
     29                throw new ParseException(tr("No applicable parse format"), 0);
    2830        }
    2931}
Note: See TracChangeset for help on using the changeset viewer.