Ignore:
Timestamp:
2012-02-16T21:59:52+01:00 (13 years ago)
Author:
stoecker
Message:

fix shortcut conflict and deprecation

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

Legend:

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

    r27119 r27817  
    2727<project name="junctionchecking" default="dist" basedir=".">
    2828    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    29     <property name="plugin.main.version" value="4549"/>
     29    <property name="plugin.main.version" value="4928"/>
    3030    <property name="josm" location="../../core/dist/josm-custom.jar"/>
    3131    <property name="plugin.build.dir" value="build"/>
  • applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/JunctionCheckDialog.java

    r27465 r27817  
    4848                super(tr("JunctionChecking"), "junctionchecker", tr("Open the junctionchecking window."),
    4949                                Shortcut.registerShortcut("subwindow:junctionchecker", tr("Toggle: {0}", tr("junctions")),
    50                                                 KeyEvent.VK_B, Shortcut.GROUP_LAYER, Shortcut.SHIFT_DEFAULT), 150);
     50                                                KeyEvent.VK_J, Shortcut.GROUP_LAYER+Shortcut.GROUPS_ALT1), 150);
    5151                plugin = junctionCheckerGuiPlugin;
    5252                //das Digraph Create Panel
Note: See TracChangeset for help on using the changeset viewer.