Changeset 13192 in osm for applications/editors/josm/plugins
- Timestamp:
- 2009-01-13T19:13:12+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
r13135 r13192 94 94 public OsbDialog(final OsbPlugin plugin) { 95 95 super(tr("Open OpenStreetBugs"), "icon_error22", 96 tr("Open the OpenStreetBugs window and activate sthe automatic download"), Shortcut.registerShortcut(96 tr("Open the OpenStreetBugs window and activate 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.