B2013-076: Fixed a few bugs in resolving transitions text (sometimes leaving off ‘(‘ or ‘)’)

This commit is contained in:
2013-04-05 11:24:53 +00:00
parent 89dd2f72b0
commit 69b14e912c
3 changed files with 17 additions and 4 deletions

View File

@@ -1003,7 +1003,7 @@ namespace VEPROMS
if (dr == DialogResult.OK && displayLibDocs.LibDocList != null)
{
displayLibDocs.LibDocListFillIn(tc);
displayLibDocs.SetSelectedLibDoc();
}
}
}