[Zope3-checkins] CVS: Zope3/src/zope/app/browser/catalog - configure.zcml:1.4

Anthony Baxter anthony@interlink.com.au
Mon, 14 Jul 2003 05:53:43 -0400


Update of /cvs-repository/Zope3/src/zope/app/browser/catalog
In directory cvs.zope.org:/tmp/cvs-serv5682

Modified Files:
	configure.zcml 
Log Message:
use the new browser:addform description attr (thanks Zen!) so that fieldindex
has a description in the @@+ menu.


=== Zope3/src/zope/app/browser/catalog/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/catalog/configure.zcml:1.3	Sun Jul 13 04:23:05 2003
+++ Zope3/src/zope/app/browser/catalog/configure.zcml	Mon Jul 14 05:53:38 2003
@@ -70,6 +70,7 @@
   content_factory="zope.app.index.field.index.FieldCatalogIndex"
   arguments="field_name"
   keyword_arguments="interface"
+  description="An index of a specific field"
 />
 
 <!-- the Advanced tab of the Catalog -->