X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=tim%2Fprune%2Fload%2FBabelFileFormats.java;h=16030ca64cbb03223c4abd0ca32c89f0c4c8a0db;hb=326f489e36aa7f235bc19409a57bf4955cd50f24;hp=ed7e627f424ea2794d51641d1ef791cca4b1481a;hpb=649c5da6ee1bbc590699e11a92316ece2ea8512d;p=GpsPrune.git diff --git a/tim/prune/load/BabelFileFormats.java b/tim/prune/load/BabelFileFormats.java index ed7e627..16030ca 100644 --- a/tim/prune/load/BabelFileFormats.java +++ b/tim/prune/load/BabelFileFormats.java @@ -3,7 +3,7 @@ package tim.prune.load; /** * Class to manage the list of file formats supported by Gpsbabel * (older versions of gpsbabel might not support all of these, of course). - * Certain supported formats such as txt, csv, gpx are not included here + * Certain supported formats such as txt, csv are not included here * as GpsPrune can already load them directly. */ public abstract class BabelFileFormats @@ -11,7 +11,7 @@ public abstract class BabelFileFormats /** * @return an object array for the format descriptions */ - public static Object[] getDescriptions() { + public static String[] getDescriptions() { return getColumn(0); } @@ -111,6 +111,7 @@ public abstract class BabelFileFormats "GPSman", "gpsman", null, "GPSPilot Tracker for Palm/OS", "gpspilot", null, "gpsutil", "gpsutil", null, + "GPX", "gpx", ".gpx", "HikeTech", "hiketech", null, "Holux (gm-100) .wpo Format", "holux", null, "Holux M-241 (MTK based) Binary File Format", "m241-bin", null,