Changeset 25520 in osm
- Timestamp:
- 2011-03-05T13:10:31+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
r25519 r25520 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);118 114 super(tr("Open OpenStreetBugs"), "icon_error24", 119 115 tr("Opens the OpenStreetBugs window and activates the automatic download"), Shortcut.registerShortcut(
Note:
See TracChangeset
for help on using the changeset viewer.