Ignore:
Timestamp:
2011-07-13T12:35:11+02:00 (13 years ago)
Author:
akks
Message:

'Utilsplugin2: ExtractNode - fix image'

Location:
applications/editors/josm/plugins/utilsplugin2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/utilsplugin2/build.xml

    r26318 r26320  
    3030<project name="utilsplugin2" default="dist" basedir=".">
    3131    <!-- 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"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    3434    <property name="plugin.main.version" value="4201"/>
  • applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/ExtractPointAction.java

    r26318 r26320  
    3131   
    3232    public ExtractPointAction() {
    33         super(tr("Extract node"), "extpoint",
     33        super(tr("Extract node"), "extnode",
    3434                tr("Extracts node from a way"),
    3535                Shortcut.registerShortcut("tools:extnode", tr("Tool: {0}","Extract node"),
Note: See TracChangeset for help on using the changeset viewer.