Changeset 15960 in osm for applications/editors/josm/plugins/openstreetbugs
- Timestamp:
- 2009-06-17T09:01:52+02: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
r13497 r15960 94 94 public OsbDialog(final OsbPlugin plugin) { 95 95 super(tr("Open OpenStreetBugs"), "icon_error22", 96 tr("Open the OpenStreetBugs window and activate the automatic download"), Shortcut.registerShortcut( 96 tr("Opens the OpenStreetBugs window and activates the automatic download"), Shortcut.registerShortcut( 97 97 "view:openstreetbugs", tr("Toggle: {0}", tr("Open OpenStreetBugs")), KeyEvent.VK_O, 98 98 Shortcut.GROUP_MENU, Shortcut.SHIFT_DEFAULT), 150);
Note:
See TracChangeset
for help on using the changeset viewer.