This commit is contained in:
parent
3248a411b2
commit
06f23219cd
@ -798,7 +798,7 @@ namespace Volian.Controls.Library
|
|||||||
MessageBox.Show("Must select two items at the step level or below, i.e. no sections, procedures, etc.");
|
MessageBox.Show("Must select two items at the step level or below, i.e. no sections, procedures, etc.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
linktxt = string.Format("#Link:Transition:{0} <NewID> {1} {2}", listBoxTranFmt.SelectedIndex, toItem.ItemID, rangeItem.ItemID);
|
linktxt = string.Format("#Link:TransitionRange:{0} <NewID> {1} {2}", listBoxTranFmt.SelectedIndex, toItem.ItemID, rangeItem.ItemID);
|
||||||
}
|
}
|
||||||
else if ((etm & E_TransUI.StepFirst) == E_TransUI.StepFirst)
|
else if ((etm & E_TransUI.StepFirst) == E_TransUI.StepFirst)
|
||||||
{
|
{
|
||||||
|
@ -2,7 +2,8 @@ using System;
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
namespace VEPROMS.CSLA.Library
|
using VEPROMS.CSLA.Library;
|
||||||
|
namespace Volian.Controls.Library
|
||||||
{
|
{
|
||||||
public partial class LinkText
|
public partial class LinkText
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user