Change title when drilling down into a packet message

This commit is contained in:
Tim Young 2018-09-21 09:05:32 -05:00
parent 6831e17dce
commit 063f207ec4
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ namespace EduNetworkBuilder
int count=0;
lblInstructions.Text = NB.Translate("LBW_LBWDetail");
panelCheckboxes.SuspendLayout();
Text = NB.Translate("H_Packet_Title"); //Packet
foreach (string str in Enum.GetNames(typeof(DebugLevel)))
{
AddCheckBox(count, str);