Changeset 11974 in osm for applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap
- Timestamp:
- 2008-11-18T20:04:58+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/OsbDialog.java
r11568 r11974 73 73 import org.openstreetmap.josm.plugins.osb.gui.action.PopupFactory; 74 74 import org.openstreetmap.josm.plugins.osb.i18n.Messages; 75 import org.openstreetmap.josm.tools.Short Cut;75 import org.openstreetmap.josm.tools.Shortcut; 76 76 77 77 public class OsbDialog extends ToggleDialog implements OsbObserver, ListSelectionListener, LayerChangeListener, … … 91 91 super("OpenStreetBugs", "icon_error22", 92 92 Messages.translate(OsbDialog.class, "tooltip"), 93 Short Cut.registerShortCut(93 Shortcut.registerShortcut( 94 94 Messages.translate(OsbDialog.class, "shortcut"), 95 95 Messages.translate(OsbDialog.class, "shortcut"), 96 KeyEvent.VK_O, Short Cut.GROUP_MENU),96 KeyEvent.VK_O, Shortcut.GROUP_MENU), 97 97 150); 98 98
Note:
See TracChangeset
for help on using the changeset viewer.