Index: /applications/editors/josm/plugins/tageditor/build.xml
===================================================================
--- /applications/editors/josm/plugins/tageditor/build.xml	(revision 27575)
+++ /applications/editors/josm/plugins/tageditor/build.xml	(revision 27576)
@@ -26,6 +26,6 @@
 -->
 <project name="tageditor" default="dist" basedir=".">
-    <property name="commit.message" value="Updating to JOSM 3210"/>
-    <property name="plugin.main.version" value="4549"/>
+    <property name="commit.message" value="Tageditor:  help shortcut parser, rebuild"/>
+    <property name="plugin.main.version" value="4847"/>
     <!--
       ************************************************
Index: /applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/LaunchAction.java
===================================================================
--- /applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/LaunchAction.java	(revision 27575)
+++ /applications/editors/josm/plugins/tageditor/src/org/openstreetmap/josm/plugins/tageditor/LaunchAction.java	(revision 27576)
@@ -26,11 +26,7 @@
                 null, //TODO: set "tag-editor" and add /images/tag-editor.png to distrib
                 tr("Launches the tag editor dialog"),
-                Shortcut.registerShortcut(
-                        "edit:launchtageditor",
-                        tr("Launches the tag editor dialog"),
-                        KeyEvent.VK_T,
-                        Shortcut.GROUP_EDIT),
-                        true
-        );
+                Shortcut.registerShortcut("edit:launchtageditor", tr("Launches the tag editor dialog"),
+                        KeyEvent.VK_T,Shortcut.GROUP_EDIT)
+		,true);
 
         DataSet.addSelectionListener(this);
