Changeset 35583 in osm for applications/editors/josm/plugins/surveyor/src/org
- Timestamp:
- 2020-10-15T19:00:54+02:00 (4 years ago)
- Location:
- applications/editors/josm/plugins/surveyor/src/org/openstreetmap/josm/plugins/surveyor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/surveyor/src/org/openstreetmap/josm/plugins/surveyor/AutoSaveAction.java
r34591 r35583 32 32 public AutoSaveAction() { 33 33 super(tr("AutoSave LiveData"), "autosave.png", tr("Save captured data to file every minute."), 34 Shortcut.registerShortcut("surveyor:autosave", tr(" Tool: {0}", tr("AutoSave LiveData")),34 Shortcut.registerShortcut("surveyor:autosave", tr("GPS: {0}", tr("AutoSave LiveData")), 35 35 KeyEvent.VK_S, Shortcut.ALT_CTRL_SHIFT), true); 36 36 } -
applications/editors/josm/plugins/surveyor/src/org/openstreetmap/josm/plugins/surveyor/SurveyorShowAction.java
r35262 r35583 44 44 public SurveyorShowAction(LiveGpsPlugin gpsPlugin) { 45 45 super(tr("Surveyor..."), "surveyormenu.png", tr("Open surveyor tool."), 46 Shortcut.registerShortcut("surveyor:open", tr(" Tool: {0}", tr("Surveyor...")),46 Shortcut.registerShortcut("surveyor:open", tr("GPS: {0}", tr("Surveyor...")), 47 47 KeyEvent.VK_R, Shortcut.CTRL_SHIFT), true); 48 48 this.gpsPlugin = gpsPlugin;
Note:
See TracChangeset
for help on using the changeset viewer.