Changeset 31175 in osm for applications/editors/josm
- Timestamp:
- 2015-06-01T20:15:45+02:00 (9 years ago)
- Location:
- applications/editors/josm/plugins/mapillary
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/.classpath
r31041 r31175 4 4 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/> 5 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> 6 <classpathentry kind="lib" path="/home/nokutu/Dropbox/programacion/GSoC/josm/plugins/mapillary/lib/sanselan-0.97-incubator.jar"/> 6 7 <classpathentry kind="output" path="bin"/> 7 8 </classpath> -
applications/editors/josm/plugins/mapillary/build.xml
r31169 r31175 24 24 See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins 25 25 --> 26 <property name="plugin.author" value="Nokutu - Polyglot - HolgerMappt"/>26 <property name="plugin.author" value="Nokutu"/> 27 27 <property name="plugin.class" value="org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin"/> 28 28 <property name="plugin.description" value="Enables user to work with pictures hosted at mapillary.com"/> -
applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/MapillaryToggleDialog.java
r31173 r31175 55 55 56 56 public MapillaryToggleDialog() { 57 super(tr("Mapillary image"), "mapillary ", tr("Open Mapillary window"),57 super(tr("Mapillary image"), "mapillary.png", tr("Open Mapillary window"), 58 58 null, 200); 59 59 mapillaryImageDisplay = new MapillaryImageDisplay();
Note:
See TracChangeset
for help on using the changeset viewer.