Changeset 29448 in osm
- Timestamp:
- 2013-03-31T15:08:57+02:00 (12 years ago)
- Location:
- applications/editors/josm/plugins/OsmInspectorPlugin/src/org/openstreetmap/josm/plugins/osminspector
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/OsmInspectorPlugin/src/org/openstreetmap/josm/plugins/osminspector/ImportOsmInspectorBugsAction.java
r28935 r29448 27 27 public ImportOsmInspectorBugsAction(OsmInspectorPlugin thePlugin) { 28 28 super(tr("Import Osm Inspector Bugs..."), "importosmibugs", 29 tr("Import Osm Inspector Bugs..."), Shortcut.registerShortcut( 30 "importosmibugs", 29 tr("Import Osm Inspector Bugs..."), Shortcut.registerShortcut("importosmibugs", 31 30 tr("Edit: {10}", tr("Import Osm Inspector Bugs...")), 32 31 KeyEvent.VK_O, Shortcut.ALT_CTRL), true); -
applications/editors/josm/plugins/OsmInspectorPlugin/src/org/openstreetmap/josm/plugins/osminspector/gui/OsmInspectorBugInfoDialog.java
r28935 r29448 49 49 50 50 super(tr("OsmBugInfo"), "select", 51 tr("Open a OSM Inspector selection list window."), Shortcut 52 .registerShortcut("subwindow:select", 51 tr("Open a OSM Inspector selection list window."), Shortcut.registerShortcut("subwindow:select", 53 52 tr("Toggle: {0}", tr("Current Selected Bug Info")), 54 53 KeyEvent.VK_D, Shortcut.ALT_SHIFT), 150, // default -
applications/editors/josm/plugins/OsmInspectorPlugin/src/org/openstreetmap/josm/plugins/osminspector/gui/OsmInspectorDialog.java
r28935 r29448 141 141 142 142 super(tr("Osm Inspector Bugs"), "selectionlist", 143 tr("Open a OSM Inspector selection list window."), Shortcut 144 .registerShortcut("subwindow:selection", 143 tr("Open a OSM Inspector selection list window."), Shortcut.registerShortcut("subwindow:selection", 145 144 tr("Toggle: {0}", tr("Current Selection")), 146 145 KeyEvent.VK_W, Shortcut.ALT_SHIFT), 150, // default
Note:
See TracChangeset
for help on using the changeset viewer.