- Timestamp:
- 2012-02-18T00:10:59+01:00 (13 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/actions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/Map_Rectifier_WMSmenuAction.java
r4851 r4973 68 68 "OLmarker", 69 69 tr("Download Rectified Images From Various Services"), 70 Shortcut.registerShortcut(" wms:rectimg",71 tr(" WMS: {0}", tr("Rectified Image...")),72 KeyEvent. VK_R, Shortcut.GROUP_NONE),70 Shortcut.registerShortcut("imagery:rectimg", 71 tr("Imagery: {0}", tr("Rectified Image...")), 72 KeyEvent.CHAR_UNDEFINED, Shortcut.NONE), 73 73 true 74 74 ); -
trunk/src/org/openstreetmap/josm/actions/ShowStatusReportAction.java
r4635 r4973 40 40 tr("Show status report with useful information that can be attached to bugs"), 41 41 Shortcut.registerShortcut("help:showstatusreport", tr("Help: {0}", 42 tr("Show Status Report")), KeyEvent. VK_R, Shortcut.GROUP_NONE), false);42 tr("Show Status Report")), KeyEvent.CHAR_UNDEFINED, Shortcut.NONE), false); 43 43 44 44 putValue("help", ht("/Action/ShowStatusReport"));
Note:
See TracChangeset
for help on using the changeset viewer.