Changeset 2996 in osm for applications/editors/josm/plugins/annotation-tester/src
- Timestamp:
- 2007-05-22T21:57:55+02:00 (18 years ago)
- Location:
- applications/editors/josm/plugins/annotation-tester/src
- Files:
-
- 6 added
- 1 deleted
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/annotation-tester/src/org/openstreetmap/josm/plugins/annotationtester/AnnotationTester.java
r2993 r2996 1 package annotationtester; 1 package org.openstreetmap.josm.plugins.annotationtester; 2 2 3 3 import java.awt.BorderLayout; -
applications/editors/josm/plugins/annotation-tester/src/org/openstreetmap/josm/plugins/annotationtester/AnnotationTesterAction.java
r2993 r2996 1 package annotationtester; 1 package org.openstreetmap.josm.plugins.annotationtester; 2 2 3 3 import static org.openstreetmap.josm.tools.I18n.tr; … … 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, KeyEvent.CTRL_DOWN_MASK | KeyEvent.ALT_DOWN_MASK, true); 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); 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.