[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/intid/browser/configure.zcml
- add i18n_domain for when this is used without the rest of the
Fred L. Drake, Jr.
fdrake at gmail.com
Tue Jul 25 13:58:06 EDT 2006
Log message for revision 69258:
- add i18n_domain for when this is used without the rest of the
zope.app.intid configuration
- fix more ZCML style-guide conformance nits (attribute indentation)
Changed:
U Zope3/trunk/src/zope/app/intid/browser/configure.zcml
-=-
Modified: Zope3/trunk/src/zope/app/intid/browser/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/intid/browser/configure.zcml 2006-07-25 16:17:29 UTC (rev 69257)
+++ Zope3/trunk/src/zope/app/intid/browser/configure.zcml 2006-07-25 17:58:06 UTC (rev 69258)
@@ -1,6 +1,8 @@
<zope:configure
- xmlns:zope="http://namespaces.zope.org/zope"
- xmlns="http://namespaces.zope.org/browser">
+ xmlns:zope="http://namespaces.zope.org/zope"
+ xmlns="http://namespaces.zope.org/browser"
+ i18n_domain="zope"
+ >
<addMenuItem
title="Unique Id Utility"
More information about the Zope3-Checkins
mailing list