Minor updates for 1.0 release

This commit is contained in:
MikeMaximus
2016-12-05 10:23:31 -06:00
parent 229afa92fd
commit 68855077cf
6 changed files with 13 additions and 30 deletions
+2
View File
@@ -226,6 +226,8 @@ Public Class frmIncludeExclude
sNewString = InputBox(frmIncludeExclude_RawEditInfo, mgrCommon.FormatString(frmIncludeExclude_RawEditTitle, FormName), sCurrentString)
If sNewString <> String.Empty Then
ParseBuilderString(sNewString)
Else
lstBuilder.Clear()
End If
End Sub