[Zope3-checkins] CVS: Zope3/src/zope/app/browser/workflow/stateful
	- configure.zcml:1.9
    Godefroid Chapelle 
    gotcha at swing.be
       
    Tue Dec 23 11:29:32 EST 2003
    
    
  
Update of /cvs-repository/Zope3/src/zope/app/browser/workflow/stateful
In directory cvs.zope.org:/tmp/cvs-serv1705
Modified Files:
	configure.zcml 
Log Message:
added usage to comply with addform macro update
=== Zope3/src/zope/app/browser/workflow/stateful/configure.zcml 1.8 => 1.9 ===
--- Zope3/src/zope/app/browser/workflow/stateful/configure.zcml:1.8	Mon Aug 25 15:28:45 2003
+++ Zope3/src/zope/app/browser/workflow/stateful/configure.zcml	Tue Dec 23 11:29:31 2003
@@ -39,8 +39,10 @@
 
 
 <!-- States/Transitions Container Adding Menus -->
-  <menu id="add_stateful_states" title="State Items" />
-  <menu id="add_stateful_transitions" title="Transition Items" />
+  <menu id="add_stateful_states" title="State Items"
+        usage="addingdialog"/>
+  <menu id="add_stateful_transitions" title="Transition Items"
+        usage="addingdialog" />
 
 
 <!-- States Container -->
    
    
More information about the Zope3-Checkins
mailing list