Fixed a typo in the get of the SectionNumberAndTitleLength flag name

This commit is contained in:
John Jenko 2017-02-13 14:32:58 +00:00
parent 88876fbe90
commit ac103b0f77

View File

@ -1978,7 +1978,7 @@ namespace VEPROMS.CSLA.Library
{ {
get get
{ {
return LazyLoad(ref _SectionNumberAndTitleLength, "@SectionNumberAndTileLength"); return LazyLoad(ref _SectionNumberAndTitleLength, "@SectionNumberAndTitleLength");
} }
} }
private LazyLoad<string> _ForeColor; private LazyLoad<string> _ForeColor;