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

reltoolbox, turnlanes: fix shortcut and toolbar warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.