[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/RDB/GadflyDA/Views/Browser - configure.zcml:1.2
Viktorija Zaksiene
ryzaja@codeworks.lt
Mon, 9 Dec 2002 10:26:43 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/RDB/GadflyDA/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv24078/lib/python/Zope/App/RDB/GadflyDA/Views/Browser
Modified Files:
configure.zcml
Log Message:
ConnectionService is no longer a container of database adapters; now the
latter are added directly into a package and bound to the connection service
via the common configuration mechanism.
=== Zope3/lib/python/Zope/App/RDB/GadflyDA/Views/Browser/configure.zcml 1.1 => 1.2 ===
--- Zope3/lib/python/Zope/App/RDB/GadflyDA/Views/Browser/configure.zcml:1.1 Tue Nov 5 12:34:39 2002
+++ Zope3/lib/python/Zope/App/RDB/GadflyDA/Views/Browser/configure.zcml Mon Dec 9 10:26:42 2002
@@ -13,7 +13,7 @@
<browser:page name="action.html" attribute="action" />
</browser:view>
-<browser:menuItem menu="add_connection"
+<browser:menuItem menu="add_component"
for="Zope.App.OFS.Container.IAdding."
title="Gadfly DA"
action="Zope.App.RDB.GadflyDA"