Changeset 27529 in osm for applications
- Timestamp:
- 2012-01-21T15:28:31+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/irsrectify/src/irsrectify/IRSRectifyPlugin.java
r24997 r27529 26 26 public class IRSRectifyPlugin extends Plugin { 27 27 static private int newLayerNameCounter = 0; 28 static private String ONE_LINE_TO_RULE = "Update IRS adjustment layer";29 28 30 29 private MapFrame frame; … … 43 42 44 43 public IRSRectifyAction() { 45 super(tr( ONE_LINE_TO_RULE), "irsrectify.png", tr(ONE_LINE_TO_RULE),46 Shortcut.registerShortcut("menu:irsrectify", tr( ONE_LINE_TO_RULE), KeyEvent.VK_I, Shortcut.GROUP_LAYER), false);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_I, Shortcut.GROUP_LAYER), false); 47 46 } 48 47
Note:
See TracChangeset
for help on using the changeset viewer.