Add decoding of Haiku PNG icons.

This commit is contained in:
2018-03-10 19:12:45 +00:00
parent 6486b78716
commit 5f82a969d8

View File

@@ -109,6 +109,7 @@ namespace exeinfogui.BeOS
break;
case Consts.B_LARGE_ICON_TYPE:
case Consts.B_MINI_ICON_TYPE:
case Consts.B_PNG_FORMAT:
pnlResource.Content = panelBeIcon;
panelBeIcon.Update(data, type);
break;