Changeset 25519 in osm for applications/editors
- Timestamp:
- 2011-03-05T13:10:14+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/gui/OsbDialog.java
r25475 r25519 112 112 113 113 public OsbDialog(final OsbPlugin plugin) { 114 // super(tr("Open OpenStreetBugs"), "icon_error24", 115 // tr("Opens the OpenStreetBugs window and activates the automatic download"), Shortcut.registerShortcut( 116 // "view:openstreetbugs", tr("Toggle: {0}", tr("Open OpenStreetBugs")), KeyEvent.VK_O, 117 // Shortcut.GROUP_LAYER, KeyEvent.CTRL_DOWN_MASK | KeyEvent.ALT_DOWN_MASK), 150); 114 118 super(tr("Open OpenStreetBugs"), "icon_error24", 115 119 tr("Opens the OpenStreetBugs window and activates the automatic download"), Shortcut.registerShortcut( 116 "view:openstreetbugs", tr("Toggle: {0}", tr("Open OpenStreetBugs")), KeyEvent.VK_ O,117 Shortcut.GROUP_ MENU, Shortcut.SHIFT_DEFAULT), 150);120 "view:openstreetbugs", tr("Toggle: {0}", tr("Open OpenStreetBugs")), KeyEvent.VK_B, 121 Shortcut.GROUP_LAYER, Shortcut.SHIFT_DEFAULT), 150); 118 122 119 123 osbPlugin = plugin;
Note:
See TracChangeset
for help on using the changeset viewer.