Changeset 35583 in osm for applications/editors/josm/plugins/Create_grid_of_ways
- Timestamp:
- 2020-10-15T19:00:54+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/Create_grid_of_ways/src/CreateGridOfWaysPlugin/CreateGridOfWaysAction.java
r34727 r35583 36 36 37 37 public CreateGridOfWaysAction() { 38 super(tr("Create grid of ways"), "creategridofways", tr("Forms a grid of ways in base to two existing that have various nodes and one in common"), Shortcut.registerShortcut("tools:CreateGridOfWays", tr("Tool: {0}", tr("Create grid of ways")), 38 super(tr("Create grid of ways"), "creategridofways", 39 tr("Forms a grid of ways in base to two existing that have various nodes and one in common"), 40 Shortcut.registerShortcut("tools:CreateGridOfWays", tr("More tools: {0}", tr("Create grid of ways")), 39 41 KeyEvent.VK_G, Shortcut.SHIFT), true); 40 42 }
Note:
See TracChangeset
for help on using the changeset viewer.