[Zope3-checkins] CVS: Zope3/src/zope/app/container -
configure.zcml:1.17
Philipp von Weitershausen
philikon at philikon.de
Sun Aug 3 16:08:57 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/container
In directory cvs.zope.org:/tmp/cvs-serv25485/src/zope/app/container
Modified Files:
configure.zcml
Log Message:
Went through the directives that Stephan converted and declared titles
and descriptions as MessageIDs. This required set of ZCML files and tests
to be updated.
=== Zope3/src/zope/app/container/configure.zcml 1.16 => 1.17 ===
--- Zope3/src/zope/app/container/configure.zcml:1.16 Sun Jun 15 12:38:29 2003
+++ Zope3/src/zope/app/container/configure.zcml Sun Aug 3 15:08:21 2003
@@ -1,9 +1,10 @@
-<zopeConfigure
+<configure
xmlns='http://namespaces.zope.org/zope'
xmlns:browser='http://namespaces.zope.org/browser'
xmlns:xmlrpc='http://namespaces.zope.org/xmlrpc'
xmlns:event="http://namespaces.zope.org/event"
->
+ i18n_domain="zope"
+ >
<adapter
provides="zope.app.interfaces.container.find.IFind"
@@ -81,4 +82,4 @@
event_types="zope.app.interfaces.event.IObjectRemovedEvent"
/>
-</zopeConfigure>
+</configure>
More information about the Zope3-Checkins
mailing list