Changeset 27852 in osm for applications/editors/josm/plugins/junctionchecking/src/org
- Timestamp:
- 2012-02-18T13:40:52+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/JunctionCheckDialog.java
r27817 r27852 48 48 super(tr("JunctionChecking"), "junctionchecker", tr("Open the junctionchecking window."), 49 49 Shortcut.registerShortcut("subwindow:junctionchecker", tr("Toggle: {0}", tr("junctions")), 50 KeyEvent.VK_J, Shortcut. GROUP_LAYER+Shortcut.GROUPS_ALT1), 150);50 KeyEvent.VK_J, Shortcut.ALT_SHIFT), 150); 51 51 plugin = junctionCheckerGuiPlugin; 52 52 //das Digraph Create Panel
Note:
See TracChangeset
for help on using the changeset viewer.