From e8a518fdf96749b9d491ec01e7456576f8d551a3 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 18 Apr 2013 15:55:10 +0000 Subject: [PATCH] =?UTF-8?q?Renamed=20=E2=80=9CBullet=E2=80=9D=20associated?= =?UTF-8?q?=20with=20format=20flag=20to=20=E2=80=9CBulletOnContinuous?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs index c341b3e4..f16ad2ba 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -3961,12 +3961,12 @@ namespace VEPROMS.CSLA.Library return LazyLoad(ref _NumberSubs, "@NumberSubs"); } } - private LazyLoad _Bullet; - public bool Bullet + private LazyLoad _BulletOnContinuous; + public bool BulletOnContinuous { get { - return LazyLoad(ref _Bullet, "@Bullet"); + return LazyLoad(ref _BulletOnContinuous, "@BulletOnContinuous"); } } private LazyLoad _StepNumberForHighLevel;