Changeset 27576 in osm for applications
- Timestamp:
- 2012-01-22T16:46:16+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/tageditor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tageditor/build.xml
r26990 r27576 26 26 --> 27 27 <project name="tageditor" default="dist" basedir="."> 28 <property name="commit.message" value=" Updating to JOSM 3210"/>29 <property name="plugin.main.version" value="4 549"/>28 <property name="commit.message" value="Tageditor: help shortcut parser, rebuild"/> 29 <property name="plugin.main.version" value="4847"/> 30 30 <!-- 31 31 ************************************************ -
applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/LaunchAction.java
r26299 r27576 26 26 null, //TODO: set "tag-editor" and add /images/tag-editor.png to distrib 27 27 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); 35 31 36 32 DataSet.addSelectionListener(this);
Note:
See TracChangeset
for help on using the changeset viewer.