Changeset 27947 in osm
- Timestamp:
- 2012-02-26T21:17:42+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/src/smed/tabs/SmedTabAction.java
r27943 r27947 36 36 37 37 public SmedTabAction() { 38 //super( editor, "Smed",editor, Shortcut.registerShortcut("tools:Seamaps", tr("Tool: {0}", tr("SeaMap Editor")), KeyEvent.VK_K, Shortcut.SHIFT), true); //$NON-NLS-1$ //$NON-NLS-2$38 super( editor, "Smed",editor, Shortcut.registerShortcut("tools:Seamaps", tr("Tool: {0}", tr("SeaMap Editor")), KeyEvent.VK_K, Shortcut.SHIFT_DEFAULT), true); //$NON-NLS-1$ //$NON-NLS-2$ 39 39 } 40 40
Note:
See TracChangeset
for help on using the changeset viewer.