Changeset 32570 in osm for applications


Ignore:
Timestamp:
2016-07-05T01:14:01+02:00 (8 years ago)
Author:
darya
Message:

clarification

Location:
applications/editors/josm/plugins/pt_assistant
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/actions/AddStopPositionAction.java

    r32567 r32570  
    1414import org.openstreetmap.josm.gui.layer.Layer;
    1515import org.openstreetmap.josm.gui.layer.OsmDataLayer;
    16 import org.openstreetmap.josm.plugins.pt_assistant.PTAssistantPlugin;
     16import org.openstreetmap.josm.tools.ImageProvider;
    1717import org.openstreetmap.josm.tools.Shortcut;
    1818
     
    3131
    3232        public AddStopPositionAction() {
    33                 super(tr("Add stop position"), PTAssistantPlugin.getProvider("next.svg"), tr("Add stop position"),
     33                super(tr("Add stop position"), new ImageProvider("presets", "bus.png"), tr("Add stop position"),
    3434                                Shortcut.registerShortcut("Add stop position", tr("Add stop position"), KeyEvent.VK_T, Shortcut.NONE),
    3535                                false, "addStopPosition", false);
Note: See TracChangeset for help on using the changeset viewer.