Changeset 12984 in osm for applications
- Timestamp:
- 2009-01-06T15:50:39+01:00 (16 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openvisible/src/at/dallermassl/josm/plugin/openvisible/OpenVisibleAction.java
r12778 r12984 42 42 43 43 public OpenVisibleAction() { 44 super(tr("Open Visible 44 super(tr("Open Visible..."), "openvisible", 45 45 tr("Open only files that are visible in current view."), 46 Shortcut.registerShortcut("tools:openvisible", tr("Menu: {0}", tr("Open Visible 46 Shortcut.registerShortcut("tools:openvisible", tr("Menu: {0}", tr("Open Visible...")), 47 47 KeyEvent.VK_I, Shortcut.GROUP_MENU, Shortcut.SHIFT_DEFAULT), true); 48 48 } -
applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/SurveyorShowAction.java
r12778 r12984 44 44 45 45 public SurveyorShowAction(LiveGpsPlugin gpsPlugin) { 46 super(tr("Surveyor 47 Shortcut.registerShortcut("surveyor:open", tr("Tool: {0}", tr("Surveyor 46 super(tr("Surveyor..."), "surveyormenu.png", tr("Open surveyor tool."), 47 Shortcut.registerShortcut("surveyor:open", tr("Tool: {0}", tr("Surveyor...")), 48 48 KeyEvent.VK_R, Shortcut.GROUP_MENU, Shortcut.SHIFT_DEFAULT), true); 49 49 this.gpsPlugin = gpsPlugin; -
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/Map_Rectifier_WMSmenuAction.java
r12778 r12984 18 18 19 19 public Map_Rectifier_WMSmenuAction() { 20 super(tr("Rectified Image 20 super(tr("Rectified Image..."), "OLmarker", tr("Download Rectified Image from Metacarta's Map Rectifier WMS"), null, false); 21 21 } 22 22
Note:
See TracChangeset
for help on using the changeset viewer.