[zopeorg-checkins] CVS: Products/CMFDateIndexes - __init__.py:1.2

Martijn Pieters mj at zope.com
Mon Mar 11 14:17:59 EST 2002


Update of /cvs-zopeorg/Products/CMFDateIndexes
In directory cvs.zope.org:/tmp/cvs-serv8367

Modified Files:
	__init__.py 
Log Message:
Correct the registered tool and product names



=== Products/CMFDateIndexes/__init__.py 1.1 => 1.2 ===
 
 def initialize( context ):
-    Products.CMFCore.utils.ToolInit( 'DateRangeIndex Tool'
+    Products.CMFCore.utils.ToolInit( 'CMF DateRangeIndex Tool'
                                    , tools=tools
-                                   , product_name='DateIndexes'
+                                   , product_name='CMFDateIndexes'
                                    , icon='tool.gif'
                                    ).initialize( context )
 





More information about the zopeorg-checkins mailing list