Changeset 1882 in osm for utils


Ignore:
Timestamp:
2007-01-10T04:52:11+01:00 (18 years ago)
Author:
imi
Message:

updated to new JosmAction syntax

Location:
utils/josm/plugins/annotation-tester
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • utils/josm/plugins/annotation-tester/.classpath

    r1467 r1882  
    22<classpath>
    33        <classpathentry kind="src" path="src"/>
     4        <classpathentry including="images/" kind="src" path=""/>
    45        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    56        <classpathentry combineaccessrules="false" kind="src" path="/josm"/>
  • utils/josm/plugins/annotation-tester/src/annotationtester/AnnotationTesterAction.java

    r1467 r1882  
    1818
    1919        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);
    2121                Main.main.menu.helpMenu.addSeparator();
    2222                Main.main.menu.helpMenu.add(this);
Note: See TracChangeset for help on using the changeset viewer.