Add a button to toggle the shape-editing mode

This commit is contained in:
Tim Young 2018-02-26 16:30:51 -06:00
parent 1825f2badf
commit 552c949a11
2 changed files with 6 additions and 1 deletions

View File

@ -403,8 +403,9 @@ namespace EduNetworkBuilder
BuildButton("btnWRepeater", Properties.Resources.WRepeater, NB.Translate("NB_BuildBtnRepeat"));
BuildButton("btnCellphone", Properties.Resources.cellphone, NB.Translate("NB_BuildBtnCell"));
BuildButton("btnTablet", Properties.Resources.tablet, NB.Translate("NB_BuildBtnTablet"));
BuildButton("btnTree", Properties.Resources.tree, NB.Translate("NB_BuildBtnTree"));
BuildButton("btnLink", Properties.Resources.link, NB.Translate("NB_BuildBtnCable"));
BuildButton("btnTree", Properties.Resources.tree, NB.Translate("NB_BuildBtnTree"));
BuildButton("btnShapes", Properties.Resources.Shapes, NB.Translate("NB_BuildBtnShapes"));
BuildButton("btnSelect", Properties.Resources.select, NB.Translate("NB_BuildBtnSelect"));
}

View File

@ -2029,6 +2029,10 @@
<value>Translate</value>
<comment>TW_Translate = Translate</comment>
</data>
<data name="NB_BuildBtnShapes" xml:space="preserve">
<value>Shape editing mode for the background shapes</value>
<comment>NB_BuildBtnShapes = Shape editing mode for the background shapes</comment>
</data>
<data name="NB_BuildBtnTree" xml:space="preserve">
<value>Add a tree to the network to block wireless signals</value>
<comment>NB_BuildBtnTree = Add a tree to the network to block wireless signals</comment>