Change title when drilling down into a packet message
This commit is contained in:
parent
6831e17dce
commit
063f207ec4
@ -132,6 +132,7 @@ namespace EduNetworkBuilder
|
|||||||
int count=0;
|
int count=0;
|
||||||
lblInstructions.Text = NB.Translate("LBW_LBWDetail");
|
lblInstructions.Text = NB.Translate("LBW_LBWDetail");
|
||||||
panelCheckboxes.SuspendLayout();
|
panelCheckboxes.SuspendLayout();
|
||||||
|
Text = NB.Translate("H_Packet_Title"); //Packet
|
||||||
foreach (string str in Enum.GetNames(typeof(DebugLevel)))
|
foreach (string str in Enum.GetNames(typeof(DebugLevel)))
|
||||||
{
|
{
|
||||||
AddCheckBox(count, str);
|
AddCheckBox(count, str);
|
||||||
|
Loading…
Reference in New Issue
Block a user