Changeset 26320 in osm for applications/editors/josm/plugins/utilsplugin2
- Timestamp:
- 2011-07-13T12:35:11+02:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/utilsplugin2
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/build.xml
r26318 r26320 30 30 <project name="utilsplugin2" default="dist" basedir="."> 31 31 <!-- enter the SVN commit message --> 32 <property name="commit.message" value="Utilsplugin2: added ExtractNode tool Alt-J"/>32 <property name="commit.message" value="Utilsplugin2: ExtractNode - fix image"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 34 <property name="plugin.main.version" value="4201"/> -
applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/ExtractPointAction.java
r26318 r26320 31 31 32 32 public ExtractPointAction() { 33 super(tr("Extract node"), "ext point",33 super(tr("Extract node"), "extnode", 34 34 tr("Extracts node from a way"), 35 35 Shortcut.registerShortcut("tools:extnode", tr("Tool: {0}","Extract node"),
Note:
See TracChangeset
for help on using the changeset viewer.