Fixed a typo in the get of the SectionNumberAndTitleLength flag name
This commit is contained in:
@@ -1978,7 +1978,7 @@ namespace VEPROMS.CSLA.Library
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _SectionNumberAndTitleLength, "@SectionNumberAndTileLength");
|
||||
return LazyLoad(ref _SectionNumberAndTitleLength, "@SectionNumberAndTitleLength");
|
||||
}
|
||||
}
|
||||
private LazyLoad<string> _ForeColor;
|
||||
|
Reference in New Issue
Block a user