mirror of
https://github.com/claunia/libexeinfo.git
synced 2025-12-16 19:14:24 +00:00
Add decoding of Haiku PNG icons.
This commit is contained in:
@@ -109,6 +109,7 @@ namespace exeinfogui.BeOS
|
|||||||
break;
|
break;
|
||||||
case Consts.B_LARGE_ICON_TYPE:
|
case Consts.B_LARGE_ICON_TYPE:
|
||||||
case Consts.B_MINI_ICON_TYPE:
|
case Consts.B_MINI_ICON_TYPE:
|
||||||
|
case Consts.B_PNG_FORMAT:
|
||||||
pnlResource.Content = panelBeIcon;
|
pnlResource.Content = panelBeIcon;
|
||||||
panelBeIcon.Update(data, type);
|
panelBeIcon.Update(data, type);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user