Rename cube asset

This commit is contained in:
John Lewin 2017-08-14 11:56:30 -07:00
parent 3b1bb05858
commit 8cfffa3f21
3 changed files with 2 additions and 2 deletions

View file

@ -249,7 +249,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
buttonPanel.RemoveAllChildren();
// the add button
addToLibraryButton = textImageButtonFactory.Generate("Add".Localize(), "AddAzureResource_16x.png");
addToLibraryButton = textImageButtonFactory.Generate("Add".Localize(), "cube.png");
addToLibraryButton.Enabled = false; // The library selector (the first library selected) is protected so we can't add to it.
addToLibraryButton.ToolTipText = "Add an .stl, .amf, .gcode or .zip file to the Library".Localize();
addToLibraryButton.Name = "Library Add Button";