Changeset 2997 in osm


Ignore:
Timestamp:
2007-05-22T22:00:14+02:00 (17 years ago)
Author:
imi
Message:

mispelled the icon ressource name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/annotation-tester/src/org/openstreetmap/josm/plugins/annotationtester/AnnotationTesterAction.java

    r2996 r2997  
    1818
    1919        public AnnotationTesterAction() {
    20                 super(tr("Annotation Preset Tester"), "annotation-tester2", tr("Open the annotation preset test tool for previewing annotation preset dialogs."), KeyEvent.VK_A, KeyEvent.CTRL_DOWN_MASK | KeyEvent.ALT_DOWN_MASK, true);
     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.