Changeset 1882 in osm for utils/josm/plugins/annotation-tester/src
- Timestamp:
- 2007-01-10T04:52:11+01:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
utils/josm/plugins/annotation-tester/src/annotationtester/AnnotationTesterAction.java
r1467 r1882 18 18 19 19 public AnnotationTesterAction() { 20 super(tr("Annotation Preset Tester"), "annotation-tester", tr("Open the annotation preset test tool for previewing annotation preset dialogs."), KeyEvent.VK_A );20 super(tr("Annotation Preset Tester"), "annotation-tester", tr("Open the annotation preset test tool for previewing annotation preset dialogs."), KeyEvent.VK_A, KeyEvent.CTRL_DOWN_MASK | KeyEvent.ALT_DOWN_MASK, true); 21 21 Main.main.menu.helpMenu.addSeparator(); 22 22 Main.main.menu.helpMenu.add(this);
Note:
See TracChangeset
for help on using the changeset viewer.