Changeset 31175 in osm for applications/editors/josm


Ignore:
Timestamp:
2015-06-01T20:15:45+02:00 (9 years ago)
Author:
nokutu
Message:

Dialog picture was left and build author modifications

Location:
applications/editors/josm/plugins/mapillary
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mapillary/.classpath

    r31041 r31175  
    44        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    55        <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"/>
    67        <classpathentry kind="output" path="bin"/>
    78</classpath>
  • applications/editors/josm/plugins/mapillary/build.xml

    r31169 r31175  
    2424         See http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins
    2525    -->
    26     <property name="plugin.author" value="Nokutu - Polyglot - HolgerMappt"/>
     26    <property name="plugin.author" value="Nokutu"/>
    2727    <property name="plugin.class" value="org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin"/>
    2828    <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  
    5555
    5656        public MapillaryToggleDialog() {
    57                 super(tr("Mapillary image"), "mapillary", tr("Open Mapillary window"),
     57                super(tr("Mapillary image"), "mapillary.png", tr("Open Mapillary window"),
    5858                                null, 200);
    5959                mapillaryImageDisplay = new MapillaryImageDisplay();
Note: See TracChangeset for help on using the changeset viewer.