Changeset 27962 in osm for applications/editors/josm/plugins
- Timestamp:
- 2012-03-01T12:13:51+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/src/smed/tabs/SmedTabAction.java
r27955 r27962 36 36 37 37 public SmedTabAction() { 38 super( editor, "Smed",editor, 39 Shortcut.registerShortcut("tools:Seamaps", tr("Tool: {0}", tr("SeaMap Editor")), 40 KeyEvent.VK_K, Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT), 41 true); //$NON-NLS-1$ //$NON-NLS-2$ 38 // super( editor, "Smed",editor, 39 // Shortcut.registerShortcut("tools:Seamaps", tr("Tool: {0}", tr("SeaMap Editor")), 40 // KeyEvent.VK_K, Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT), 41 // true); //$NON-NLS-1$ //$NON-NLS-2$ 42 super( editor, "Smed", editor, null, true); 42 43 } 43 44
Note:
See TracChangeset
for help on using the changeset viewer.