Move mh-logo to StaticData->Images

This commit is contained in:
John Lewin 2017-06-04 13:42:20 -07:00
parent e63be02a1d
commit 33ed2bac42
2 changed files with 1 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before After
Before After

View file

@ -87,7 +87,7 @@ namespace MatterHackers.MatterControl.Library
return brailleItem;
}),
// TODO: Filepath won't work on Android. Needs to load from/to stream via custom type
new FileSystemFileItem(StaticData.Instance.MapPath(Path.Combine("Icons", "mh-logo.png")))
new FileSystemFileItem(StaticData.Instance.MapPath(Path.Combine("Images", "mh-logo.png")))
{
Name = "Image Converter".Localize()
}