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

Andreas Jung andreas at andreas-jung.com
Sun Jan 18 05:21:50 EST 2004


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

Modified Files:
	__init__.py 
Log Message:
added icon provided by Jeff Kowalyzyk


=== Zope/lib/python/Products/ZReST/__init__.py 1.3 => 1.4 ===
--- Zope/lib/python/Products/ZReST/__init__.py:1.3	Fri Aug 15 20:54:35 2003
+++ Zope/lib/python/Products/ZReST/__init__.py	Sun Jan 18 05:21:19 2004
@@ -9,6 +9,7 @@
     context.registerClass(
         ZReST.ZReST,
         meta_type = 'ReStructuredText Document',
+        icon='www/zrest.gif',
         constructors = (
             ZReST.manage_addZReSTForm, ZReST.manage_addZReST
         )
@@ -17,6 +18,9 @@
 
 #
 # $Log$
+# Revision 1.4  2004/01/18 10:21:19  andreasjung
+# added icon provided by Jeff Kowalyzyk
+#
 # Revision 1.3  2003/08/16 00:54:35  chrism
 # Initialize the class, not the module.
 #




More information about the Zope-Checkins mailing list