Author: joern
Date: Thu Aug 25 10:38:22 2011
New Revision: 1161485

URL: http://svn.apache.org/viewvc?rev=1161485&view=rev
Log:
UIMA-2173 Fixed annotate action

Modified:
    uima/uimaj/trunk/uimaj-ep-cas-editor/plugin.xml

Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/plugin.xml
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-cas-editor/plugin.xml?rev=1161485&r1=1161484&r2=1161485&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-cas-editor/plugin.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-cas-editor/plugin.xml Thu Aug 25 10:38:22 2011
@@ -83,6 +83,14 @@
             description="Quick Annotate"
             name="Quick Annotate">
       </command>
+      
+      <command
+            categoryId="org.apache.uima.caseditor.annotate"
+            id="Annotate"
+            description="Quick Annotate"
+            name="Annotate">
+      </command>
+      
       <command
             categoryId="org.apache.uima.caseditor.annotate"
             id="WideRightAnnotationSide"


Reply via email to