Changeset 27852 in osm for applications/editors/josm/plugins/irsrectify/src
- Timestamp:
- 2012-02-18T13:40:52+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/irsrectify/src/irsrectify/IRSRectifyPlugin.java
r27821 r27852 43 43 public IRSRectifyAction() { 44 44 super(tr("Update IRS adjustment layer"), "irsrectify.png", tr("Update IRS adjustment layer"), 45 Shortcut.registerShortcut("menu:irsrectify", tr("Update IRS adjustment layer"), KeyEvent.VK_MULTIPLY, Shortcut. GROUP_DIRECT), false);45 Shortcut.registerShortcut("menu:irsrectify", tr("Update IRS adjustment layer"), KeyEvent.VK_MULTIPLY, Shortcut.DIRECT), false); 46 46 } 47 47
Note:
See TracChangeset
for help on using the changeset viewer.