//  Edit Category Menu Option

/*
	Creates a menu option to invoke the editCategory.dxl script. 
	
    Install this file in DOORSHOME/lib/dxl/config/formalPopupFiles
    for this menu option to appear on the formal module popup menu.
    
    Tony Goodman.
*/
	
	
createItem(alwaysOn, 
		   "Edit Category ...", 
		   null, 
	   	   null, 
		   modKeyCtrl, 
		   null, 
		   null, 
		   "Edit Category.", 
		   "", 
		   doorsHome "lib/dxl/addins/editCategory.dxl")