This commit is contained in:
Kathy Ruffing 2012-03-06 17:20:17 +00:00
parent 51352a687c
commit 3e75ecd9a6

View File

@ -502,6 +502,7 @@ namespace Volian.Controls.Library
// A word doc section can contain another subsection (either step section or word doc section),
// but cannot contain steps.
SectionInfo si = tn.VEObject as SectionInfo;
si.MyConfig = null;
// Do not need step versus Word doc options, user enters this in property page during
// insert process.
cm.MenuItems.Add("Insert Section Before", new EventHandler(mi_Click));