Changeset 27576 in osm for applications


Ignore:
Timestamp:
2012-01-22T16:46:16+01:00 (13 years ago)
Author:
akks
Message:

'Tageditor: help shortcut parser, rebuild'

Location:
applications/editors/josm/plugins/tageditor
Files:
2 edited

Legend:

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

    r26990 r27576  
    2626-->
    2727<project name="tageditor" default="dist" basedir=".">
    28     <property name="commit.message" value="Updating to JOSM 3210"/>
    29     <property name="plugin.main.version" value="4549"/>
     28    <property name="commit.message" value="Tageditor:  help shortcut parser, rebuild"/>
     29    <property name="plugin.main.version" value="4847"/>
    3030    <!--
    3131      ************************************************
  • applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/LaunchAction.java

    r26299 r27576  
    2626                null, //TODO: set "tag-editor" and add /images/tag-editor.png to distrib
    2727                tr("Launches the tag editor dialog"),
    28                 Shortcut.registerShortcut(
    29                         "edit:launchtageditor",
    30                         tr("Launches the tag editor dialog"),
    31                         KeyEvent.VK_T,
    32                         Shortcut.GROUP_EDIT),
    33                         true
    34         );
     28                Shortcut.registerShortcut("edit:launchtageditor", tr("Launches the tag editor dialog"),
     29                        KeyEvent.VK_T,Shortcut.GROUP_EDIT)
     30                ,true);
    3531
    3632        DataSet.addSelectionListener(this);
Note: See TracChangeset for help on using the changeset viewer.