]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/load/xml/GpxHandler.java
Version 18, July 2015
[GpsPrune.git] / tim / prune / load / xml / GpxHandler.java
index 4208014e44c1e9e8c9df262c0caa3083f3bd76f3..225a667870033caa90b3a681e71f923a412a5887 100644 (file)
@@ -70,7 +70,7 @@ public class GpxHandler extends XmlHandler
                else if (tag.equals("type")) {
                        _currentTag = _type;
                }
-               else if (tag.equals("description")) {
+               else if (tag.equals("description") || tag.equals("desc")) {
                        _currentTag = _description;
                }
                else if (tag.equals("link")) {