Changeset 27838 in osm for applications


Ignore:
Timestamp:
2012-02-17T18:56:06+01:00 (13 years ago)
Author:
stoecker
Message:

remove shortcut

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/ext_tools/src/ext_tools/ExtToolAction.java

    r25338 r27838  
    2121
    2222    public ExtToolAction(ExtTool tool) {
    23         super(tr(tool.name), "empty", tool.description,
    24                 Shortcut.registerShortcut(tr("exttool:{0}", tool.name), tr("External Tool: {0}", tool.name),
    25                         KeyEvent.VK_K, Shortcut.GROUP_NONE, KeyEvent.CTRL_DOWN_MASK),
     23        super(tr(tool.name), "empty", tool.description, null
    2624                null,
    2725                ImageProvider.getCursor("crosshair", null));
Note: See TracChangeset for help on using the changeset viewer.