From 67747c098484e9f9d583e5c9cdb52fd100420f7d Mon Sep 17 00:00:00 2001 From: Kathy Date: Tue, 6 Mar 2012 17:16:52 +0000 Subject: [PATCH] --- PROMS/VEPROMS User Interface/frmSectionProperties.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PROMS/VEPROMS User Interface/frmSectionProperties.cs b/PROMS/VEPROMS User Interface/frmSectionProperties.cs index 692154ad..412f6b4c 100644 --- a/PROMS/VEPROMS User Interface/frmSectionProperties.cs +++ b/PROMS/VEPROMS User Interface/frmSectionProperties.cs @@ -277,8 +277,8 @@ namespace VEPROMS // Check for the print section num/title config item to determine whether that checkbox should // be checked. - //if ( - ppCbPrnSecNumTitle.Checked = _SectionConfig.Section_PrintHdr != "N"; + ppCbPrnSecNumTitle.Enabled = pf.FormatData.SectData.UseMetaSections; + ppCbPrnSecNumTitle.Checked = ppCbPrnSecNumTitle.Enabled && _SectionConfig.Section_PrintHdr != "N"; // check if format has automated table of contents, if so, check if config flag is set that this // section should be included.