Ignore:
Timestamp:
2012-02-23T10:17:25+01:00 (13 years ago)
Author:
akks
Message:

reltoolbox, turnlanes: fix shortcut and toolbar warnings

Location:
applications/editors/josm/plugins/turnlanes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/turnlanes/build.xml

    r27889 r27927  
    3030<project name="turnlanes" default="dist" basedir=".">
    3131    <!-- enter the SVN commit message -->
    32     <property name="commit.message" value="Commit message"/>
     32    <property name="commit.message" value="fix toolbar warnings - toolbar still does not work"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    34     <property name="plugin.main.version" value="4980"/>
     34    <property name="plugin.main.version" value="5018"/>
    3535    <!--
    3636      ************************************************
  • applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/gui/TurnLanesDialog.java

    r26299 r27927  
    4747            super(tr("Edit"), "dialogs/edit", tr("Edit turn relations and lane lengths for selected node."), null,
    4848                    false);
    49             putValue("toolbar", "turnlanes/edit");
    50             Main.toolbar.register(this);
     49            //putValue("toolbar", "turnlanes/edit");            Main.toolbar.register(this);
     50            // did not work in 5018
     51
    5152        }
    5253       
     
    6768            super(tr("Validate"), "dialogs/validator", tr("Validate turn- and lane-length-relations for consistency."),
    6869                    null, false);
    69             putValue("toolbar", "turnlanes/validate");
    70             Main.toolbar.register(this);
     70            // putValue("toolbar", "turnlanes/validate");            Main.toolbar.register(this);
     71            // did not work in 5018
    7172        }
    7273       
Note: See TracChangeset for help on using the changeset viewer.