Changeset 35583 in osm for applications/editors/josm/plugins/pointInfo
- Timestamp:
- 2020-10-15T19:00:54+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pointInfo/src/org/openstreetmap/josm/plugins/pointinfo/PointInfoAction.java
r35565 r35583 42 42 PointInfoAction() { 43 43 super(tr("Point info"), "pointinfo", tr("Point info."), 44 Shortcut.registerShortcut("tools:pointInfo", tr(" Tool: {0}", tr("Point info")), KeyEvent.VK_X, Shortcut.CTRL_SHIFT),44 Shortcut.registerShortcut("tools:pointInfo", tr("More tools: {0}", tr("Point info")), KeyEvent.VK_X, Shortcut.CTRL_SHIFT), 45 45 getCursor()); 46 46 }
Note:
See TracChangeset
for help on using the changeset viewer.