[Zope-Checkins] CVS: Zope/lib/python/Products/ZReST - __init__.py:1.2.12.3

Andreas Jung andreas at andreas-jung.com
Sun Jan 18 05:24:53 EST 2004


Update of /cvs-repository/Zope/lib/python/Products/ZReST
In directory cvs.zope.org:/tmp/cvs-serv25740

Modified Files:
      Tag: Zope-2_7-branch
	__init__.py 
Log Message:
added icon provided by  Jeff Kowlaczyek


=== Zope/lib/python/Products/ZReST/__init__.py 1.2.12.2 => 1.2.12.3 ===
--- Zope/lib/python/Products/ZReST/__init__.py:1.2.12.2	Tue Nov  4 11:06:10 2003
+++ Zope/lib/python/Products/ZReST/__init__.py	Sun Jan 18 05:24:22 2004
@@ -9,9 +9,9 @@
     context.registerClass(
         ZReST.ZReST,
         meta_type = 'ReStructuredText Document',
+        icon='www/zrest.gif',
         constructors = (
             ZReST.manage_addZReSTForm, ZReST.manage_addZReST
         )
     )
-
 




More information about the Zope-Checkins mailing list