The name of ImageBMPIO changed to ImageIO

This commit is contained in:
larsbrubaker 2014-03-12 15:37:19 -07:00
parent 4af2bfa0d9
commit a74dcce12f
11 changed files with 32 additions and 32 deletions

View file

@ -75,7 +75,7 @@ namespace MatterHackers.MatterControl.ActionBar
{
ImageBuffer gearImage = new ImageBuffer();
string imagePathAndFile = Path.Combine(ApplicationDataStorage.Instance.ApplicationStaticDataPath, "gear_icon.png");
ImageBMPIO.LoadImageData(imagePathAndFile, gearImage);
ImageIO.LoadImageData(imagePathAndFile, gearImage);
FlowLayoutWidget leftToRight = new FlowLayoutWidget();
leftToRight.Margin = new BorderDouble(5, 0);