Update the icon on the options window. Minor update

This commit is contained in:
Tim Young 2017-06-28 10:02:48 -05:00
parent f8ca8beeda
commit 13b4fac6ea

View File

@ -48,6 +48,7 @@ namespace EduNetworkBuilder
myToolTip.SetToolTip(cbVLANs, NB.Translate("OW_OWVLANs"));
myToolTip.SetToolTip(cb_ColoredPackets, NB.Translate("OW_OWVLANColoredPacketsTT"));
LoadValuesFromNetwork();
Icon = Properties.Resources.NBIco;
}
private void LanguagifyComponents()