diff options
| author | koem <koem@petoria.de> | 2013-02-09 18:14:29 +1300 |
|---|---|---|
| committer | koem <koem@petoria.de> | 2013-02-11 08:16:24 +1300 |
| commit | 8bc22701fbef17c24de6f2f8af282da08eba5766 (patch) | |
| tree | 7f81de606dab7eb5dab6d20cac2af1c00b99ceba /main/src/cgeo/geocaching/files | |
| parent | 509cefa3af847129bf40cff15437183d950752a7 (diff) | |
| download | cgeo-8bc22701fbef17c24de6f2f8af282da08eba5766.zip cgeo-8bc22701fbef17c24de6f2f8af282da08eba5766.tar.gz cgeo-8bc22701fbef17c24de6f2f8af282da08eba5766.tar.bz2 | |
Icons for OC
- new icons for opencaching
- changed some icons because of copyright
- english strings for opencaching attributes
- german strings for opencaching attributes
- new script to show (missing) strings for attributes
- new script to edit svg files from thenounproject.com
- new script to generate enums
- ocicons.html: list of all OC icons
Diffstat (limited to 'main/src/cgeo/geocaching/files')
| -rw-r--r-- | main/src/cgeo/geocaching/files/GPXParser.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/files/GPXParser.java b/main/src/cgeo/geocaching/files/GPXParser.java index 9b10d20..a691677 100644 --- a/main/src/cgeo/geocaching/files/GPXParser.java +++ b/main/src/cgeo/geocaching/files/GPXParser.java @@ -4,9 +4,9 @@ import cgeo.geocaching.Geocache; import cgeo.geocaching.LogEntry; import cgeo.geocaching.R; import cgeo.geocaching.StoredList; +import cgeo.geocaching.Trackable; import cgeo.geocaching.Waypoint; import cgeo.geocaching.cgData; -import cgeo.geocaching.Trackable; import cgeo.geocaching.cgeoapplication; import cgeo.geocaching.connector.ConnectorFactory; import cgeo.geocaching.enumerations.CacheSize; |
