Changeset 29448 in osm for applications/editors/josm


Ignore:
Timestamp:
2013-03-31T15:08:57+02:00 (11 years ago)
Author:
stoecker
Message:

allow shortcut parsing by josm server tools

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  
    2727        public ImportOsmInspectorBugsAction(OsmInspectorPlugin thePlugin) {
    2828                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",
    3130                                                tr("Edit: {10}", tr("Import Osm Inspector Bugs...")),
    3231                                                KeyEvent.VK_O, Shortcut.ALT_CTRL), true);
  • applications/editors/josm/plugins/OsmInspectorPlugin/src/org/openstreetmap/josm/plugins/osminspector/gui/OsmInspectorBugInfoDialog.java

    r28935 r29448  
    4949
    5050                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",
    5352                                                                tr("Toggle: {0}", tr("Current Selected Bug Info")),
    5453                                                                KeyEvent.VK_D, Shortcut.ALT_SHIFT), 150, // default
  • applications/editors/josm/plugins/OsmInspectorPlugin/src/org/openstreetmap/josm/plugins/osminspector/gui/OsmInspectorDialog.java

    r28935 r29448  
    141141
    142142                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",
    145144                                                                tr("Toggle: {0}", tr("Current Selection")),
    146145                                                                KeyEvent.VK_W, Shortcut.ALT_SHIFT), 150, // default
Note: See TracChangeset for help on using the changeset viewer.